Package | Description |
---|---|
moa.clusterers.dstream |
Modifier and Type | Method and Description |
---|---|
HashMap<DensityGrid,Boolean> |
GridCluster.getGrids() |
ArrayList<DensityGrid> |
DensityGrid.getNeighbours()
Generates an Array List of neighbours for this density grid by varying each coordinate
by one in either direction.
|
Modifier and Type | Method and Description |
---|---|
void |
GridCluster.addGrid(DensityGrid dg) |
Boolean |
GridCluster.isInside(DensityGrid dg)
Inside Grids are defined in Definition 3.5 of Chen and Tu 2007 as:
Consider a grid group G and a grid g ∈ G, suppose g =(j1, ··· ,jd), if g has
neighboring grids in every dimension i =1, ·· · ,d, then g is an inside grid
in G.Otherwise g is an outside grid in G.
|
Boolean |
GridCluster.isInside(DensityGrid dg,
DensityGrid dgH)
Inside Grids are defined in Definition 3.5 of Chen and Tu 2007 as:
Consider a grid group G and a grid g ∈ G, suppose g =(j1, ··· ,jd), if g has
neighboring grids in every dimension i =1, ·· · ,d, then g is an inside grid
in G.
|
void |
GridCluster.removeGrid(DensityGrid dg) |
Constructor and Description |
---|
DensityGrid(DensityGrid dg)
A constructor method for a density grid
|
Constructor and Description |
---|
GridCluster(CFCluster cluster,
List<CFCluster> microclusters,
HashMap<DensityGrid,Boolean> hashMap,
int label) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.