Interface | Description |
---|---|
BinaryVectorComparator |
Basic functionality for finite binary vector based calculations.
|
BinaryVectorMetricFactory<C> |
Represents available metrics for binary vector based descriptors.
|
FloatVectorComparator |
Float vector based calculations.
|
FloatVectorMetricFactory<C> |
Represents available metrics for float vector based descriptors.
|
MetricFactory<C> |
Represents available metrics.
|
MetricMetadata |
Metric Metadata contains info about a specific metric.
|
Class | Description |
---|---|
BinaryVectorComparator.Util |
Simple consistency check utility.
|
BinaryVectorMetricFactory.ToLinenote<C> |
Utility for creating a default linenote.
|
FloatVectorComparator.Util |
Various utility methods related to float vector comparation.
|
FloatVectorMetricFactory.ToLinenote<C> |
Utility for creating a default linenote.
|
MetricFactory.ToLinenote<C> |
Utility for creating a default linenote.
|
TverskyParameters |
Parameters for Tversky index.
|
TverskyParameters.Builder |
Builder for parameter object.
|
Enum | Description |
---|---|
BinaryMetrics |
Simple metrics suitable for finite length binary vectors.
|
FloatVectorMetrics |
Simple metrics for float vectors.
|
Please note that classes and interfaces in this package are marked with @Beta annotation, so they can be subject of incompatible changes or removal in later releases.