public static class ISBIndex.ISBNode extends Object implements Comparable<ISBIndex.ISBNode>
Modifier and Type | Field and Description |
---|---|
boolean |
bOutlier |
int |
count_after |
Long |
id |
weka.core.Instance |
inst |
int |
nInlier |
int |
nOutlier |
StreamObj |
obj |
Constructor and Description |
---|
ISBIndex.ISBNode(weka.core.Instance inst,
StreamObj obj,
Long id) |
Modifier and Type | Method and 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) |
public weka.core.Instance inst
public StreamObj obj
public Long id
public boolean bOutlier
public int count_after
public int nOutlier
public int nInlier
public int compareTo(ISBIndex.ISBNode t)
compareTo
in interface Comparable<ISBIndex.ISBNode>
public void AddPrecNeigh(ISBIndex.ISBNode node)
public void RemovePrecNeigh(ISBIndex.ISBNode node)
public ISBIndex.ISBNode GetMinPrecNeigh(Long sinceId)
public int CountPrecNeighs(Long sinceId)
public List<ISBIndex.ISBNode> Get_nn_before()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.