Uses of Class
elki.outlier.trivial.ByLabelOutlier
-
Packages that use ByLabelOutlier Package Description elki.application.greedyensemble Greedy ensembles for outlier detection.elki.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers. -
-
Uses of ByLabelOutlier in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as ByLabelOutlier Modifier and Type Field Description (package private) ByLabelOutlierComputeKNNOutlierScores. bylabelBy label outlier detection - reference(package private) ByLabelOutlierComputeKNNOutlierScores.Par. bylabelBy label outlier -- referenceConstructors in elki.application.greedyensemble with parameters of type ByLabelOutlier Constructor Description ComputeKNNOutlierScores(InputStep inputstep, Distance<? super O> distance, IntGenerator krange, ByLabelOutlier bylabel, java.nio.file.Path outfile, ScalingFunction scaling, java.util.regex.Pattern disable, int ksquarestop, long timelimit)Constructor. -
Uses of ByLabelOutlier in elki.outlier.trivial
Methods in elki.outlier.trivial that return ByLabelOutlier Modifier and Type Method Description ByLabelOutlierByLabelOutlier.Par. make()
-