Interface MetricMetadata

All Superinterfaces:
Serializable
All Known Subinterfaces:
BinaryVectorComparator, FloatVectorComparator
All Known Implementing Classes:
BinaryMetrics, DRShapeMetrics, FloatVectorMetrics, ShapeMetrics, TverskyParameters

@Beta @PublicAPI public interface MetricMetadata extends Serializable
Metric Metadata contains info about a specific metric.

Please note that the word Metric here is used in the sense of way descriptors compared. Thus not all represented comparisons fulfill the definition of metric spaces (see isMetricSpace()).

The attributes described here refers to the properties of dissimilarity values.

Please note that this interface is marked with Beta annotation, so it can be subject of incompatible changes or removal in later releases.