
@Reference(authors="L.N. Vaserstein", title="Markov processes over denumerable products of spaces describing large systems of automata", booktitle="Problemy Peredachi Informatsii 5.3 / Problems of Information Transmission, 5:3", url="http://mi.mathnet.ru/eng/ppi1811") public class HistogramMatchDistanceFunction extends AbstractSpatialDistanceFunction
L.N. Vaserstein
Markov processes over denumerable products of spaces describing large systems
of automata
Problemy Peredachi Informatsii 5.3 / Problems of Information Transmission 5:3
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramMatchDistanceFunction.Parameterizer
Parameterization class, using the static instance.
|
| Modifier and Type | Field and Description |
|---|---|
static HistogramMatchDistanceFunction |
STATIC
Static instance.
|
| Constructor and Description |
|---|
HistogramMatchDistanceFunction()
Deprecated.
Use static instance!
|
| Modifier and Type | Method and Description |
|---|---|
double |
distance(NumberVector v1,
NumberVector v2)
Computes the distance between two given DatabaseObjects according to this
distance function.
|
boolean |
equals(Object obj) |
boolean |
isMetric()
Is this distance function metric (in particular, does it satisfy the
triangle equation?)
|
double |
minDist(SpatialComparable mbr1,
SpatialComparable mbr2)
Computes the distance between the two given MBRs according to this distance
function.
|
String |
toString() |
instantiatedimensionality, dimensionality, dimensionality, dimensionality, getInputTypeRestrictionisSymmetricclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputTypeRestrictionisSymmetricpublic static final HistogramMatchDistanceFunction STATIC
@Deprecated public HistogramMatchDistanceFunction()
public double distance(NumberVector v1, NumberVector v2)
PrimitiveDistanceFunctiondistance in interface NumberVectorDistanceFunction<NumberVector>distance in interface PrimitiveDistanceFunction<NumberVector>distance in class AbstractPrimitiveDistanceFunction<NumberVector>v1 - first DatabaseObjectv2 - second DatabaseObjectpublic double minDist(SpatialComparable mbr1, SpatialComparable mbr2)
SpatialPrimitiveDistanceFunctionmbr1 - the first MBR objectmbr2 - the second MBR objectpublic boolean isMetric()
DistanceFunctionisMetric in interface DistanceFunction<NumberVector>isMetric in class AbstractPrimitiveDistanceFunction<NumberVector>true when metric.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.