public static class DiSH.DiSHClusterOrder extends CorrelationClusterOrder
| Modifier and Type | Field and Description |
|---|---|
private WritableDataStore<long[]> |
commonPreferenceVectors
Preference vectors.
|
correlationValue| Constructor and Description |
|---|
DiSHClusterOrder(java.lang.String name,
java.lang.String shortname,
ArrayModifiableDBIDs ids,
WritableDoubleDataStore reachability,
WritableDBIDDataStore predecessor,
WritableIntegerDataStore corrdim,
WritableDataStore<long[]> commonPreferenceVectors)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long[] |
getCommonPreferenceVector(DBIDRef id)
Get the common subspace.
|
getCorrelationValue, getEuclideanValueadd, getDBIDs, getPredecessor, getReachability, iter, order, sizegetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNameprivate WritableDataStore<long[]> commonPreferenceVectors
public DiSHClusterOrder(java.lang.String name,
java.lang.String shortname,
ArrayModifiableDBIDs ids,
WritableDoubleDataStore reachability,
WritableDBIDDataStore predecessor,
WritableIntegerDataStore corrdim,
WritableDataStore<long[]> commonPreferenceVectors)
name - shortname - ids - reachability - predecessor - corrdim - commonPreferenceVectors - public long[] getCommonPreferenceVector(DBIDRef id)
id - Object idCopyright © 2019 ELKI Development Team. License information.