O
- Vector typepublic abstract class AbstractSetDistanceFunction<O> extends java.lang.Object implements PrimitiveDistanceFunction<O>
Modifier and Type | Field and Description |
---|---|
static java.lang.Double |
DOUBLE_NULL
Constants for checking null.
|
static java.lang.Integer |
INTEGER_NULL
Constants for checking null.
|
static java.lang.String |
STRING_NULL
Empty string.
|
Constructor and Description |
---|
AbstractSetDistanceFunction() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
isNull(java.lang.Object val)
Test a value for null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
distance, getInputTypeRestriction, instantiate
isMetric, isSquared, isSymmetric
public static final java.lang.Integer INTEGER_NULL
public static final java.lang.Double DOUBLE_NULL
public static final java.lang.String STRING_NULL
protected static boolean isNull(java.lang.Object val)
FeatureVector
instead?val
- ValueCopyright © 2019 ELKI Development Team. License information.