Uses of Class
moa.cluster.SphereCluster
-
Packages that use SphereCluster Package Description moa.cluster moa.clusterers.clustream moa.clusterers.clustree moa.clusterers.denstream moa.clusterers.dstream moa.clusterers.kmeanspm moa.clusterers.macro moa.gui.visualization -
-
Uses of SphereCluster in moa.cluster
Subclasses of SphereCluster in moa.cluster Modifier and Type Class Description class
CFCluster
Methods in moa.cluster with parameters of type SphereCluster Modifier and Type Method Description void
SphereCluster. combine(SphereCluster cluster)
double
SphereCluster. getCenterDistance(SphereCluster other)
double[]
SphereCluster. getDistanceVector(SphereCluster other)
double
SphereCluster. getHullDistance(SphereCluster other)
void
SphereCluster. merge(SphereCluster cluster)
double
SphereCluster. overlapRadiusDegree(SphereCluster other)
Checks whether twoSphereCluster
overlap based on radius NOTE: overlapRadiusDegree only calculates the overlap based on the centers and the radi, so not the real overlap TODO: should we do this by MC to get the real overlap???boolean
SphereCluster. overlapSave(SphereCluster other)
When a clusters looses points the new minimal bounding sphere can be partly outside of the originating cluster. -
Uses of SphereCluster in moa.clusterers.clustream
Subclasses of SphereCluster in moa.clusterers.clustream Modifier and Type Class Description class
ClustreamKernel
-
Uses of SphereCluster in moa.clusterers.clustree
Subclasses of SphereCluster in moa.clusterers.clustree Modifier and Type Class Description class
ClusKernel
Representation of an Entry in the tree -
Uses of SphereCluster in moa.clusterers.denstream
Subclasses of SphereCluster in moa.clusterers.denstream Modifier and Type Class Description class
MicroCluster
-
Uses of SphereCluster in moa.clusterers.dstream
Subclasses of SphereCluster in moa.clusterers.dstream Modifier and Type Class Description class
DensityGrid
Density Grids are defined in equation 3 (section 3.1) of Chen and Tu 2007 as: In D-Stream, we partition the d−dimensional space S into density grids.class
GridCluster
Grid Clusters are defined in Definition 3.6 of Chen and Tu 2007 as: Let G =(g1, ·· · ,gm) be a grid group, if every inside grid of G is a dense grid and every outside grid is either a dense grid or a transitional grid, then G is a grid cluster. -
Uses of SphereCluster in moa.clusterers.kmeanspm
Subclasses of SphereCluster in moa.clusterers.kmeanspm Modifier and Type Class Description class
ClusteringFeature
Provides a ClusteringFeature. -
Uses of SphereCluster in moa.clusterers.macro
Subclasses of SphereCluster in moa.clusterers.macro Modifier and Type Class Description class
NonConvexCluster
-
Uses of SphereCluster in moa.gui.visualization
Constructors in moa.gui.visualization with parameters of type SphereCluster Constructor Description ClusterPanel(SphereCluster cluster, Color color, StreamPanel sp)
Creates new form ObjectPanelOutlierPanel(MyBaseOutlierDetector myOutlierDetector, MyBaseOutlierDetector.Outlier outlier, SphereCluster cluster, Color color, StreamOutlierPanel sp)
Creates new form ObjectPanel
-