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) java.util.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,
java.util.List<ALOCI.Node> children,
ArrayModifiableDBIDs ids,
int start,
int end,
int dim,
int level,
int code)
Bulk load the tree
|
Constructor and Description |
---|
Node(int code,
double[] center,
int count,
int level,
java.util.List<ALOCI.Node> children)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.