Class ISBIndex
- java.lang.Object
-
- moa.clusterers.outliers.AbstractC.ISBIndex
-
public class ISBIndex extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ISBIndex.ISBNode
static class
ISBIndex.ISBSearchResult
-
Constructor Summary
Constructors Constructor Description ISBIndex(double radius, double fra)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Insert(ISBIndex.ISBNode node)
Vector<ISBIndex.ISBSearchResult>
RangeSearch(ISBIndex.ISBNode node, double radius)
void
Remove(ISBIndex.ISBNode node)
-
-
-
Method Detail
-
RangeSearch
public Vector<ISBIndex.ISBSearchResult> RangeSearch(ISBIndex.ISBNode node, double radius)
-
Insert
public void Insert(ISBIndex.ISBNode node)
-
Remove
public void Remove(ISBIndex.ISBNode node)
-
-