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 DoubleDBIDList
OUTRES. initialRange(DBIDRef obj, DBIDs cands, PrimitiveDistance<? super NumberVector> df, double eps, OUTRES.KernelDensityEstimator kernel, ModifiableDoubleDBIDList n)
Initial range query.double
OUTRES. outresScore(int s, long[] subspace, DBIDRef id, OUTRES.KernelDensityEstimator kernel, DBIDs cands)
Main loop of OUTRES.protected boolean
OUTRES. relevantSubspace(long[] subspace, DoubleDBIDList neigh, OUTRES.KernelDensityEstimator kernel)
Subspace relevance test.private DoubleDBIDList
OUTRES. subsetNeighborhoodQuery(DoubleDBIDList neighc, DBIDRef dbid, PrimitiveDistance<? super NumberVector> df, double adjustedEps, OUTRES.KernelDensityEstimator kernel, ModifiableDoubleDBIDList n)
Refine neighbors within a subset.
-