Class | Description |
---|---|
AbstractCompressedNode |
Upper class for
CompressedNode and CompressedLeaf used to access both types from array. |
CompressedIsolationTree |
IsolationTree structure with better memory performance.
|
CompressedLeaf |
IsolationTree Leaf Node with better memory performance.
|
CompressedNode |
IsolationTree Node with better memory performance.
|
IsolationTree |
IsolationTree class implements Algorithm 2 (iTree)
Naming convention comes from the Extended Isolation Forest paper.
|
IsolationTree.FilteredData | |
IsolationTree.Node |
IsolationTree Node.
|
IsolationTreeStats |
Inspired by TreeStats
|