protected class CMM_GTAnalysis.CMMPoint extends DataPoint
Modifier and Type | Field and Description |
---|---|
protected double |
connectivity
the connectivity of the point to its cluster
|
protected double |
knnInCluster
knn distnace within own cluster
|
protected ArrayList<Integer> |
knnIndices
knn indices (for debugging only)
|
protected DataPoint |
p
Reference to original point
|
protected int |
pID
point ID
|
protected int |
trueClass
true class label
|
noiseLabel, timestamp
Constructor and Description |
---|
CMM_GTAnalysis.CMMPoint(DataPoint point,
int id) |
Modifier and Type | Method and Description |
---|---|
protected int |
workclass()
Retruns the current working label of the cluster the point belongs to.
|
getDistance, getInfo, getMeasureValue, getNoiseLabel, getTimestamp, isNoise, setMeasureValue, setMeasureValue, updateWeight
copy, forceDeleteAttributeAt, forceInsertAttributeAt, getRevision, index, main, mergeInstance, numAttributes, numValues, replaceMissingValues, setValue, setValueSparse, toDoubleArray, toStringNoWeight, toStringNoWeight, value
attribute, attributeSparse, classAttribute, classIndex, classIsMissing, classValue, dataset, deleteAttributeAt, enumerateAttributes, equalHeaders, equalHeadersMsg, hasMissingValue, insertAttributeAt, isMissing, isMissing, isMissingSparse, numClasses, relationalValue, relationalValue, setClassMissing, setClassValue, setClassValue, setDataset, setMissing, setMissing, setValue, setValue, setValue, setWeight, stringValue, stringValue, toString, toString, toString, toString, toString, toStringMaxDecimalDigits, value, valueSparse, weight
protected DataPoint p
protected int pID
protected int trueClass
protected double connectivity
protected double knnInCluster
public CMM_GTAnalysis.CMMPoint(DataPoint point, int id)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.