Uses of Class
elki.outlier.subspace.OUTRES.KernelDensityEstimator
-
Packages that use OUTRES.KernelDensityEstimator Package Description elki.outlier.subspace Subspace outlier detection methods. -
-
Uses of OUTRES.KernelDensityEstimator in elki.outlier.subspace
Methods in elki.outlier.subspace with parameters of type OUTRES.KernelDensityEstimator Modifier and Type Method Description private DoubleDBIDListOUTRES. initialRange(DBIDRef obj, DBIDs cands, PrimitiveDistance<? super NumberVector> df, double eps, OUTRES.KernelDensityEstimator kernel, ModifiableDoubleDBIDList n)Initial range query.doubleOUTRES. outresScore(int s, long[] subspace, DBIDRef id, OUTRES.KernelDensityEstimator kernel, DBIDs cands)Main loop of OUTRES.protected booleanOUTRES. relevantSubspace(long[] subspace, DoubleDBIDList neigh, OUTRES.KernelDensityEstimator kernel)Subspace relevance test.private DoubleDBIDListOUTRES. subsetNeighborhoodQuery(DoubleDBIDList neighc, DBIDRef dbid, PrimitiveDistance<? super NumberVector> df, double adjustedEps, OUTRES.KernelDensityEstimator kernel, ModifiableDoubleDBIDList n)Refine neighbors within a subset.
-