public class MicroCluster extends CFCluster
LS, N, radiusFactor, SS| Constructor and Description |
|---|
MicroCluster(double[] center,
int dimensions,
long creationTimestamp,
double lambda,
Timestamp currentTimestamp) |
MicroCluster(weka.core.Instance instance,
int dimensions,
long timestamp,
double lambda,
Timestamp currentTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
MicroCluster |
copy()
This method produces a copy of this object.
|
double[] |
getCenter() |
CFCluster |
getCF() |
long |
getCreationTime() |
double |
getInclusionProbability(weka.core.Instance instance)
Returns the probability of the given point belonging to
this cluster.
|
long |
getLastEditTimestamp() |
double |
getRadius()
See interface
Cluster |
double |
getRadius(long timestamp) |
double |
getWeight()
See interface
Cluster |
void |
insert(weka.core.Instance instance,
long timestamp) |
add, addVectors, getN, setNcombine, getCenterDistance, getCenterDistance, getClusterSpecificInfo, getDistanceVector, getDistanceVector, getHullDistance, merge, overlapRadiusDegree, overlapSave, sample, setCenter, setRadius, setWeightgetDescription, getGroundTruth, getId, getInfo, getMeasureValue, isGroundTruth, setGroundTruth, setId, setMeasureValue, setMeasureValuecopy, measureByteSize, measureByteSize, toStringpublic MicroCluster(double[] center,
int dimensions,
long creationTimestamp,
double lambda,
Timestamp currentTimestamp)
public MicroCluster(weka.core.Instance instance,
int dimensions,
long timestamp,
double lambda,
Timestamp currentTimestamp)
public void insert(weka.core.Instance instance,
long timestamp)
public long getLastEditTimestamp()
public double getWeight()
CFClusterClustergetWeight in class CFClusterCluster.getWeight()public long getCreationTime()
public double[] getCenter()
public double getRadius()
CFClusterClusterpublic double getRadius(long timestamp)
public MicroCluster copy()
MOAObjectcopy in interface MOAObjectcopy in class AbstractMOAObjectpublic double getInclusionProbability(weka.core.Instance instance)
ClustergetInclusionProbability in class CFClusterCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.