O
- Vector typepublic abstract class AbstractSetDistanceFunction<O> extends AbstractPrimitiveDistanceFunction<O>
Modifier and Type | Field and Description |
---|---|
static Double |
DOUBLE_NULL
Constants for checking null.
|
static Integer |
INTEGER_NULL
Constants for checking null.
|
static String |
STRING_NULL
Empty string.
|
Constructor and Description |
---|
AbstractSetDistanceFunction() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
isNull(Object val)
Test a value for null.
|
distance, instantiate, isMetric, isSymmetric
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInputTypeRestriction
public static final Integer INTEGER_NULL
public static final Double DOUBLE_NULL
public static final String STRING_NULL
protected static boolean isNull(Object val)
FeatureVector
instead?val
- ValueCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.