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, getEuclideanValue
add, getDBIDs, getPredecessor, getReachability, iter, order, size
getLongName, getShortName
addChildResult, getHierarchy, setHierarchy
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLongName, getShortName
private 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.