Package moa.clusterers.outliers.MCOD
Class ISBIndex.ISBNode
- java.lang.Object
-
- moa.clusterers.outliers.MCOD.ISBIndex.ISBNode
-
- All Implemented Interfaces:
Comparable<ISBIndex.ISBNode>
- Enclosing class:
- ISBIndex
public static class ISBIndex.ISBNode extends Object implements Comparable<ISBIndex.ISBNode>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ISBIndex.ISBNode.NodeType
-
Field Summary
Fields Modifier and Type Field Description int
count_after
Long
id
Instance
inst
MicroCluster
mc
int
nInlier
ISBIndex.ISBNode.NodeType
nodeType
int
nOutlier
StreamObj
obj
Set<MicroCluster>
Rmc
-
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
InitNode()
void
RemovePrecNeigh(ISBIndex.ISBNode node)
-
-
-
Field Detail
-
inst
public Instance inst
-
obj
public StreamObj obj
-
id
public Long id
-
mc
public MicroCluster mc
-
Rmc
public Set<MicroCluster> Rmc
-
count_after
public int count_after
-
nodeType
public ISBIndex.ISBNode.NodeType nodeType
-
nOutlier
public int nOutlier
-
nInlier
public int nInlier
-
-
Method Detail
-
InitNode
public void InitNode()
-
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()
-
-