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, setN
combine, getCenterDistance, getCenterDistance, getClusterSpecificInfo, getDistanceVector, getDistanceVector, getHullDistance, merge, overlapRadiusDegree, overlapSave, sample, setCenter, setRadius, setWeight
getDescription, getGroundTruth, getId, getInfo, getMeasureValue, isGroundTruth, setGroundTruth, setId, setMeasureValue, setMeasureValue
copy, measureByteSize, measureByteSize, toString
public 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()
CFCluster
Cluster
getWeight
in class CFCluster
Cluster.getWeight()
public long getCreationTime()
public double[] getCenter()
public double getRadius()
CFCluster
Cluster
public double getRadius(long timestamp)
public MicroCluster copy()
MOAObject
copy
in interface MOAObject
copy
in class AbstractMOAObject
public double getInclusionProbability(weka.core.Instance instance)
Cluster
getInclusionProbability
in class CFCluster
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.