Uses of Class
elki.application.greedyensemble.GreedyEnsembleExperiment.Distance
-
Packages that use GreedyEnsembleExperiment.Distance Package Description elki.application.greedyensemble Greedy ensembles for outlier detection. -
-
Uses of GreedyEnsembleExperiment.Distance in elki.application.greedyensemble
Fields in elki.application.greedyensemble declared as GreedyEnsembleExperiment.Distance Modifier and Type Field Description (package private) GreedyEnsembleExperiment.Distance
GreedyEnsembleExperiment. distance
Distance in use.(package private) GreedyEnsembleExperiment.Distance
GreedyEnsembleExperiment.Par. distance
Distance in use.Methods in elki.application.greedyensemble that return GreedyEnsembleExperiment.Distance Modifier and Type Method Description static GreedyEnsembleExperiment.Distance
GreedyEnsembleExperiment.Distance. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GreedyEnsembleExperiment.Distance[]
GreedyEnsembleExperiment.Distance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.application.greedyensemble with parameters of type GreedyEnsembleExperiment.Distance Constructor Description GreedyEnsembleExperiment(InputStep inputstep, EnsembleVoting voting, GreedyEnsembleExperiment.Distance distance, ScalingFunction prescaling, ScalingFunction scaling, double rate)
Constructor.
-