public class ClustreamKernel extends CFCluster
| Modifier and Type | Field and Description |
|---|---|
protected double |
LST |
static double |
MIN_VARIANCE |
protected double |
SST |
LS, N, radiusFactor, SS| Constructor and Description |
|---|
ClustreamKernel(ClustreamKernel cluster,
double t,
int m) |
ClustreamKernel(weka.core.Instance instance,
int dimensions,
long timestamp,
double t,
int m) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CFCluster other2) |
double[] |
getCenter() |
CFCluster |
getCF() |
protected void |
getClusterSpecificInfo(ArrayList<String> infoTitle,
ArrayList<String> infoValue) |
double |
getInclusionProbability(weka.core.Instance instance)
See interface
Cluster |
double |
getRadius()
See interface
Cluster |
double |
getRelevanceStamp() |
void |
insert(weka.core.Instance instance,
long timestamp) |
static double |
inverseError(double x)
Approximates the inverse error function.
|
boolean |
isEmpty()
Check if this cluster is empty or not.
|
addVectors, getN, getWeight, setNcombine, getCenterDistance, getCenterDistance, getDistanceVector, getDistanceVector, getHullDistance, merge, overlapRadiusDegree, overlapSave, sample, setCenter, setRadius, setWeightgetDescription, getGroundTruth, getId, getInfo, getMeasureValue, isGroundTruth, setGroundTruth, setId, setMeasureValue, setMeasureValuecopy, copy, measureByteSize, measureByteSize, toStringpublic static final double MIN_VARIANCE
protected double LST
protected double SST
public ClustreamKernel(weka.core.Instance instance,
int dimensions,
long timestamp,
double t,
int m)
public ClustreamKernel(ClustreamKernel cluster, double t, int m)
public void insert(weka.core.Instance instance,
long timestamp)
public double getRelevanceStamp()
public double getRadius()
CFClusterClusterpublic double[] getCenter()
public double getInclusionProbability(weka.core.Instance instance)
ClustergetInclusionProbability in class CFClusterpoint - public boolean isEmpty()
true if the cluster has no data points,
false otherwise.public static double inverseError(double x)
z - protected void getClusterSpecificInfo(ArrayList<String> infoTitle, ArrayList<String> infoValue)
getClusterSpecificInfo in class SphereClusterCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.