
public static class HiSC.HiSCClusterOrderEntry extends CorrelationClusterOrderEntry<HiSC.HiSCClusterOrderEntry>
| Modifier and Type | Field and Description |
|---|---|
private long[] |
commonPreferenceVector
The common preference vector of the two objects defining this distance.
|
correlationValue, euclideanValue, objectID, predecessorID, SEPARATOR| Constructor and Description |
|---|
HiSCClusterOrderEntry(DBID objectID,
DBID predecessorID,
int correlationValue,
double euclideanValue,
long[] commonPreferenceVector)
Constructs a new CorrelationDistance object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(HiSC.HiSCClusterOrderEntry other) |
long[] |
getCommonPreferenceVector()
Returns the common preference vector of the two objects defining this
distance.
|
String |
toString()
Returns a string representation of this
PreferenceVectorBasedCorrelationDistance.
|
equals, getCorrelationValue, getEuclideanValue, getID, getPredecessorID, hashCode, writeToTextprivate long[] commonPreferenceVector
public HiSCClusterOrderEntry(DBID objectID, DBID predecessorID, int correlationValue, double euclideanValue, long[] commonPreferenceVector)
correlationValue - the correlation dimension to be represented by
the CorrelationDistanceeuclideanValue - the Euclidean distance to be represented by the
CorrelationDistancecommonPreferenceVector - the common preference vector of the two
objects defining this distancepublic long[] getCommonPreferenceVector()
public String toString()
toString in class CorrelationClusterOrderEntry<HiSC.HiSCClusterOrderEntry>public int compareTo(HiSC.HiSCClusterOrderEntry other)
compareTo in interface Comparable<HiSC.HiSCClusterOrderEntry>compareTo in class CorrelationClusterOrderEntry<HiSC.HiSCClusterOrderEntry>Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.