| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki | 
 ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures"
 
   
KDDTask is the main class of the ELKI-Framework
  for command-line interaction. | 
| de.lmu.ifi.dbs.elki.application.cache | 
 Utility applications for the persistence layer such as distance cache builders. 
 | 
| 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, closely related to CRISP-DM 
 | 
| 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,
       Collection<Pair<Object,Parameter<?>>> settings)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private InputStep | 
CacheFloatDistanceInOnDiskMatrix.input
Data source to process. 
 | 
private InputStep | 
CacheFloatDistanceInOnDiskMatrix.Parameterizer.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceKNNLists.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceKNNLists.Parameterizer.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceRangeQueries.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceRangeQueries.Parameterizer.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceInOnDiskMatrix.input
Data source to process. 
 | 
private InputStep | 
CacheDoubleDistanceInOnDiskMatrix.Parameterizer.input
Data source to process. 
 | 
| Constructor and Description | 
|---|
CacheDoubleDistanceInOnDiskMatrix(InputStep input,
                                 DistanceFunction<O,D> distance,
                                 File out)
Constructor. 
 | 
CacheDoubleDistanceKNNLists(InputStep input,
                           DistanceFunction<O,D> distance,
                           int k,
                           File out)
Constructor. 
 | 
CacheDoubleDistanceRangeQueries(InputStep input,
                               DistanceFunction<O,DoubleDistance> distance,
                               double radius,
                               File out)
Constructor. 
 | 
CacheFloatDistanceInOnDiskMatrix(InputStep input,
                                DistanceFunction<O,D> distance,
                                File out)
Constructor. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private InputStep | 
GreedyEnsembleExperiment.inputstep
The data input part. 
 | 
(package private) InputStep | 
GreedyEnsembleExperiment.Parameterizer.inputstep
Data source. 
 | 
(package private) InputStep | 
ComputeKNNOutlierScores.inputstep
Input step 
 | 
(package private) InputStep | 
ComputeKNNOutlierScores.Parameterizer.inputstep
Data source 
 | 
private InputStep | 
VisualizePairwiseGainMatrix.inputstep
The data input part. 
 | 
(package private) InputStep | 
VisualizePairwiseGainMatrix.Parameterizer.inputstep
Data source. 
 | 
| Constructor and Description | 
|---|
ComputeKNNOutlierScores(InputStep inputstep,
                       DistanceFunction<? super O,D> distf,
                       int startk,
                       int stepk,
                       int maxk,
                       ByLabelOutlier bylabel,
                       File outfile)
Constructor. 
 | 
GreedyEnsembleExperiment(InputStep inputstep)
Constructor. 
 | 
VisualizePairwiseGainMatrix(InputStep inputstep,
                           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()  |