
public class CorrelationClusterOrder extends ClusterOrder
| Modifier and Type | Field and Description |
|---|---|
protected WritableIntegerDataStore |
correlationValue
The correlation dimension.
|
static String |
SEPARATOR
The component separator used by correlation distances.
|
ids, predecessor, reachability| Constructor and Description |
|---|
CorrelationClusterOrder(String name,
String shortname,
ArrayModifiableDBIDs ids,
WritableDoubleDataStore reachability,
WritableDBIDDataStore predecessor,
WritableIntegerDataStore corrdim)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCorrelationValue(DBIDRef id)
Get the correlation dimensionality.
|
double |
getEuclideanValue(DBIDRef id)
Get the Euclidean distance in the orthogonal space.
|
add, getDBIDs, getPredecessor, getReachability, iter, order, sizegetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic static final String SEPARATOR
protected WritableIntegerDataStore correlationValue
public CorrelationClusterOrder(String name, String shortname, ArrayModifiableDBIDs ids, WritableDoubleDataStore reachability, WritableDBIDDataStore predecessor, WritableIntegerDataStore corrdim)
ids - Cluster ordername - Result nameshortname - Short result namereachability - Reachabilitypredecessor - Predecessor (may be null)corrdim - Correlation dimensionalityCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.