Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.lof |
LOF family of outlier detection algorithms.
|
Modifier and Type | Field and Description |
---|---|
(package private) ALOCI.Node |
ALOCI.Node.parent
Parent node
|
(package private) ALOCI.Node |
ALOCI.ALOCIQuadTree.root
Tree root
|
Modifier and Type | Field and Description |
---|---|
(package private) List<ALOCI.Node> |
ALOCI.Node.children
Child nodes, may be null
|
Modifier and Type | Method and Description |
---|---|
ALOCI.Node |
ALOCI.ALOCIQuadTree.findClosestNode(NumberVector vec,
int tlevel)
Find the closest node (of depth tlevel or above, if there is no node at
this depth) for the given vector.
|
Modifier and Type | Method and Description |
---|---|
private static double |
ALOCI.calculate_MDEF_norm(ALOCI.Node sn,
ALOCI.Node cg)
Method for the MDEF calculation
|
Modifier and Type | Method and Description |
---|---|
private void |
ALOCI.ALOCIQuadTree.bulkLoad(double[] lmin,
double[] lmax,
List<ALOCI.Node> children,
ArrayModifiableDBIDs ids,
int start,
int end,
int dim,
int level,
int code)
Bulk load the tree
|
Constructor and Description |
---|
ALOCI.Node(int code,
Vector center,
int count,
int level,
List<ALOCI.Node> children)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.