Package | Description |
---|---|
moa.cluster | |
moa.clusterers.clustream | |
moa.clusterers.clustree | |
moa.clusterers.denstream | |
moa.clusterers.macro | |
moa.clusterers.macro.dbscan |
Modifier and Type | Method and Description |
---|---|
abstract CFCluster |
CFCluster.getCF() |
Modifier and Type | Method and Description |
---|---|
void |
CFCluster.add(CFCluster cluster) |
Constructor and Description |
---|
CFCluster(CFCluster cluster) |
Modifier and Type | Class and Description |
---|---|
class |
ClustreamKernel |
Modifier and Type | Method and Description |
---|---|
CFCluster |
ClustreamKernel.getCF() |
Modifier and Type | Method and Description |
---|---|
void |
ClustreamKernel.add(CFCluster other2) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusKernel
Representation of an Entry in the tree
|
Modifier and Type | Method and Description |
---|---|
CFCluster |
ClusKernel.getCF() |
Modifier and Type | Class and Description |
---|---|
class |
MicroCluster |
Modifier and Type | Method and Description |
---|---|
CFCluster |
MicroCluster.getCF() |
Modifier and Type | Class and Description |
---|---|
class |
NonConvexCluster |
Modifier and Type | Method and Description |
---|---|
CFCluster |
NonConvexCluster.getCF() |
Modifier and Type | Method and Description |
---|---|
List<CFCluster> |
IDenseMacroCluster.getMicroClusters() |
List<CFCluster> |
NonConvexCluster.getMicroClusters() |
Modifier and Type | Method and Description |
---|---|
void |
NonConvexCluster.insert(CFCluster cf) |
void |
NonConvexCluster.remove(CFCluster cf) |
Constructor and Description |
---|
NonConvexCluster(CFCluster cluster,
List<CFCluster> microclusters) |
Constructor and Description |
---|
NonConvexCluster(CFCluster cluster,
List<CFCluster> microclusters) |
Modifier and Type | Method and Description |
---|---|
CFCluster |
DenseMicroCluster.getCFCluster() |
Constructor and Description |
---|
DenseMicroCluster(CFCluster mc) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.