| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki | 
 ELKI framework "Environment for Developing KDD-Applications Supported by
 Index-Structures". 
 | 
| de.lmu.ifi.dbs.elki.application.greedyensemble | 
 Greedy ensembles for outlier detection. 
 | 
| de.lmu.ifi.dbs.elki.gui.multistep.panels | 
 Panels for the multi-step GUI 
 | 
| de.lmu.ifi.dbs.elki.workflow | 
 Work flow packages, e.g., following the usual KDD model. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private InputStep | 
KDDTask.inputStep
The data input step 
 | 
(package private) InputStep | 
KDDTask.Parameterizer.inputStep  | 
| Constructor and Description | 
|---|
KDDTask(InputStep inputStep,
       AlgorithmStep algorithmStep,
       EvaluationStep evaluationStep,
       OutputStep outputStep,
       java.util.Collection<TrackedParameter> settings)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) InputStep | 
ComputeKNNOutlierScores.inputstep
Input step 
 | 
(package private) InputStep | 
ComputeKNNOutlierScores.Parameterizer.inputstep
Data source 
 | 
private InputStep | 
GreedyEnsembleExperiment.inputstep
The data input part. 
 | 
(package private) InputStep | 
GreedyEnsembleExperiment.Parameterizer.inputstep
Data source. 
 | 
private InputStep | 
VisualizePairwiseGainMatrix.inputstep
The data input part. 
 | 
private InputStep | 
VisualizePairwiseGainMatrix.Parameterizer.inputstep
Data source. 
 | 
| Constructor and Description | 
|---|
ComputeKNNOutlierScores(InputStep inputstep,
                       DistanceFunction<? super O> distf,
                       IntGenerator krange,
                       ByLabelOutlier bylabel,
                       java.io.File outfile,
                       ScalingFunction scaling,
                       java.util.regex.Pattern disable,
                       int ksquarestop)
Constructor. 
 | 
GreedyEnsembleExperiment(InputStep inputstep,
                        EnsembleVoting voting,
                        GreedyEnsembleExperiment.Distance distance,
                        ScalingFunction prescaling,
                        ScalingFunction scaling,
                        double rate)
Constructor. 
 | 
VisualizePairwiseGainMatrix(InputStep inputstep,
                           ScalingFunction prescaling,
                           EnsembleVoting voting,
                           VisualizerParameterizer vispar)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private InputStep | 
InputTabPanel.input
The data input configured 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InputStep | 
InputTabPanel.getInputStep()
Get the input step object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected InputStep | 
InputStep.Parameterizer.makeInstance()  | 
Copyright © 2019 ELKI Development Team. License information.