@PublicAPI public enum DRShapeMetrics extends Enum<DRShapeMetrics> implements MetricMetadata
Enum Constant and Description |
---|
HISTOGRAMTANIMOTO |
SHAPEINTERSECTION |
SHAPETANIMOTO |
Modifier and Type | Method and Description |
---|---|
static DRShapeMetrics |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DRShapeMetrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
isDissimilarityZeroIFFEquals, isMetricSpace, isNonNegative, isSymmetric, isTriangeInequalityHolds
public static final DRShapeMetrics SHAPEINTERSECTION
public static final DRShapeMetrics SHAPETANIMOTO
public static final DRShapeMetrics HISTOGRAMTANIMOTO
public static DRShapeMetrics[] values()
for (DRShapeMetrics c : DRShapeMetrics.values()) System.out.println(c);
public static DRShapeMetrics valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null