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