Package | Description |
---|---|
moa.clusterers.outliers.utils.mtree |
Modifier and Type | Method and Description |
---|---|
MTree.Query |
MTree.getNearest(DATA queryData)
Performs a nearest-neighbor query on the M-Tree, without constraints.
|
MTree.Query |
MTree.getNearest(DATA queryData,
double range,
int limit)
Performs a nearest-neighbor query on the M-Tree, constrained by distance
and/or the number of neighbors.
|
MTree.Query |
MTree.getNearestByLimit(DATA queryData,
int limit)
Performs a nearest-neighbors query on the M-Tree, constrained by the
number of neighbors.
|
MTree.Query |
MTree.getNearestByRange(DATA queryData,
double range)
Performs a nearest-neighbors query on the M-Tree, constrained by distance.
|
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.