C - Represented comparator/dissimilarity calculator type.@Beta @PublicAPI public interface MetricFactory<C> extends Serializable
ComparisonContextFactory.metricFactoryClass(). Metric factory interfaces must be annotated
with Description.
Please note that this interface is marked with Beta annotation, so it can be subject of incompatible
changes or removal in later releases.
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricFactory.ToLinenote<C>
Utility for creating a default linenote.
|
| Modifier and Type | Method and Description |
|---|---|
Linenote<C> |
comparisonLinenote()
Gets the string based parameterization description.
|
C |
defaultComparison()
Gets the default comparator object.
|
C defaultComparison()