| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.application.greedyensemble | 
 Greedy ensembles for outlier detection. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) GreedyEnsembleExperiment.Distance | 
GreedyEnsembleExperiment.distance
Distance in use. 
 | 
(package private) GreedyEnsembleExperiment.Distance | 
GreedyEnsembleExperiment.Parameterizer.distance
Distance in use. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Constructor and Description | 
|---|
GreedyEnsembleExperiment(InputStep inputstep,
                        EnsembleVoting voting,
                        GreedyEnsembleExperiment.Distance distance,
                        ScalingFunction prescaling,
                        ScalingFunction scaling,
                        double rate)
Constructor. 
 | 
Copyright © 2019 ELKI Development Team. License information.