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) ByLabelOutlier
ComputeKNNOutlierScores. bylabel
By label outlier detection - reference(package private) ByLabelOutlier
ComputeKNNOutlierScores.Par. bylabel
By 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 ByLabelOutlier
ByLabelOutlier.Par. make()
-