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.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 |
GreedyEnsembleExperiment.inputstep
The data input part.
|
(package private) InputStep |
GreedyEnsembleExperiment.Parameterizer.inputstep
Data source.
|
private InputStep |
VisualizePairwiseGainMatrix.inputstep
The data input part.
|
(package private) InputStep |
VisualizePairwiseGainMatrix.Parameterizer.inputstep
Data source.
|
(package private) InputStep |
ComputeKNNOutlierScores.inputstep
Input step
|
(package private) InputStep |
ComputeKNNOutlierScores.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() |