Class ISBIndex.ISBNode
- java.lang.Object
-
- moa.clusterers.outliers.SimpleCOD.ISBIndex.ISBNode
-
- All Implemented Interfaces:
Comparable<ISBIndex.ISBNode>
- Enclosing class:
- ISBIndex
public static class ISBIndex.ISBNode extends Object implements Comparable<ISBIndex.ISBNode>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AddPrecNeigh(ISBIndex.ISBNode node)
int
compareTo(ISBIndex.ISBNode t)
int
CountPrecNeighs(Long sinceId)
List<ISBIndex.ISBNode>
Get_nn_before()
ISBIndex.ISBNode
GetMinPrecNeigh(Long sinceId)
void
RemovePrecNeigh(ISBIndex.ISBNode node)
-
-
-
Method Detail
-
compareTo
public int compareTo(ISBIndex.ISBNode t)
- Specified by:
compareTo
in interfaceComparable<ISBIndex.ISBNode>
-
AddPrecNeigh
public void AddPrecNeigh(ISBIndex.ISBNode node)
-
RemovePrecNeigh
public void RemovePrecNeigh(ISBIndex.ISBNode node)
-
GetMinPrecNeigh
public ISBIndex.ISBNode GetMinPrecNeigh(Long sinceId)
-
CountPrecNeighs
public int CountPrecNeighs(Long sinceId)
-
Get_nn_before
public List<ISBIndex.ISBNode> Get_nn_before()
-
-