public static class DiSH.DiSHClusterOrder extends CorrelationClusterOrder
Modifier and Type | Field and Description |
---|---|
private WritableDataStore<long[]> |
commonPreferenceVectors
Preference vectors.
|
correlationValue, SEPARATOR
Constructor and Description |
---|
DiSH.DiSHClusterOrder(String name,
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 DiSH.DiSHClusterOrder(String name, 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.