Uses of Class
elki.outlier.lof.LOCI.DoubleIntArrayList
-
Packages that use LOCI.DoubleIntArrayList Package Description elki.outlier.lof LOF family of outlier detection algorithms. -
-
Uses of LOCI.DoubleIntArrayList in elki.outlier.lof
Method parameters in elki.outlier.lof with type arguments of type LOCI.DoubleIntArrayList Modifier and Type Method Description protected void
LOCI. precomputeInterestingRadii(DBIDs ids, RangeSearcher<DBIDRef> rangeQuery, WritableDataStore<LOCI.DoubleIntArrayList> interestingDistances)
Preprocessing step: determine the radii of interest for each point.
-