Uses of Class
moa.cluster.CFCluster
-
Packages that use CFCluster Package Description moa.cluster moa.clusterers.clustream moa.clusterers.clustree moa.clusterers.denstream moa.clusterers.dstream moa.clusterers.macro moa.clusterers.macro.dbscan -
-
Uses of CFCluster in moa.cluster
Methods in moa.cluster that return CFCluster Modifier and Type Method Description abstract CFCluster
CFCluster. getCF()
Methods in moa.cluster with parameters of type CFCluster Modifier and Type Method Description void
CFCluster. add(CFCluster cluster)
Constructors in moa.cluster with parameters of type CFCluster Constructor Description CFCluster(CFCluster cluster)
-
Uses of CFCluster in moa.clusterers.clustream
Subclasses of CFCluster in moa.clusterers.clustream Modifier and Type Class Description class
ClustreamKernel
Methods in moa.clusterers.clustream that return CFCluster Modifier and Type Method Description CFCluster
ClustreamKernel. getCF()
Methods in moa.clusterers.clustream with parameters of type CFCluster Modifier and Type Method Description void
ClustreamKernel. add(CFCluster other2)
Method parameters in moa.clusterers.clustream with type arguments of type CFCluster Modifier and Type Method Description protected static Clustering
WithKmeans. cleanUpKMeans(Clustering kMeansResult, ArrayList<CFCluster> microclusters)
Rearrange the k-means result into a set of CFClusters, cleaning up the redundancies. -
Uses of CFCluster in moa.clusterers.clustree
Subclasses of CFCluster in moa.clusterers.clustree Modifier and Type Class Description class
ClusKernel
Representation of an Entry in the treeMethods in moa.clusterers.clustree that return CFCluster Modifier and Type Method Description CFCluster
ClusKernel. getCF()
-
Uses of CFCluster in moa.clusterers.denstream
Subclasses of CFCluster in moa.clusterers.denstream Modifier and Type Class Description class
MicroCluster
Methods in moa.clusterers.denstream that return CFCluster Modifier and Type Method Description CFCluster
MicroCluster. getCF()
-
Uses of CFCluster in moa.clusterers.dstream
Subclasses of CFCluster 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.Methods in moa.clusterers.dstream that return CFCluster Modifier and Type Method Description CFCluster
DensityGrid. getCF()
Returns a reference to the DensityGrid.Constructors in moa.clusterers.dstream with parameters of type CFCluster Constructor Description GridCluster(CFCluster cluster, List<CFCluster> microclusters, int label)
GridCluster(CFCluster cluster, List<CFCluster> microclusters, HashMap<DensityGrid,Boolean> hashMap, int label)
Constructor parameters in moa.clusterers.dstream with type arguments of type CFCluster Constructor Description GridCluster(CFCluster cluster, List<CFCluster> microclusters, int label)
GridCluster(CFCluster cluster, List<CFCluster> microclusters, HashMap<DensityGrid,Boolean> hashMap, int label)
-
Uses of CFCluster in moa.clusterers.macro
Subclasses of CFCluster in moa.clusterers.macro Modifier and Type Class Description class
NonConvexCluster
Methods in moa.clusterers.macro that return CFCluster Modifier and Type Method Description CFCluster
NonConvexCluster. getCF()
Methods in moa.clusterers.macro that return types with arguments of type CFCluster Modifier and Type Method Description List<CFCluster>
IDenseMacroCluster. getMicroClusters()
List<CFCluster>
NonConvexCluster. getMicroClusters()
Methods in moa.clusterers.macro with parameters of type CFCluster Modifier and Type Method Description void
NonConvexCluster. insert(CFCluster cf)
void
NonConvexCluster. remove(CFCluster cf)
Constructors in moa.clusterers.macro with parameters of type CFCluster Constructor Description NonConvexCluster(CFCluster cluster, List<CFCluster> microclusters)
Constructor parameters in moa.clusterers.macro with type arguments of type CFCluster Constructor Description NonConvexCluster(CFCluster cluster, List<CFCluster> microclusters)
-
Uses of CFCluster in moa.clusterers.macro.dbscan
Methods in moa.clusterers.macro.dbscan that return CFCluster Modifier and Type Method Description CFCluster
DenseMicroCluster. getCFCluster()
Constructors in moa.clusterers.macro.dbscan with parameters of type CFCluster Constructor Description DenseMicroCluster(CFCluster mc)
-