Package | Description |
---|---|
de.lmu.ifi.dbs.elki |
ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures".
|
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<TrackedParameter> 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 |
CacheDoubleDistanceRangeQueries.input
Data source to process.
|
private InputStep |
CacheDoubleDistanceRangeQueries.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 |
CacheDoubleDistanceInOnDiskMatrix.input
Data source to process.
|
private InputStep |
CacheDoubleDistanceInOnDiskMatrix.Parameterizer.input
Data source to process.
|
Constructor and Description |
---|
CacheDoubleDistanceInOnDiskMatrix(InputStep input,
DistanceFunction<O> distance,
File out)
Constructor.
|
CacheDoubleDistanceKNNLists(InputStep input,
DistanceFunction<O> distance,
int k,
File out)
Constructor.
|
CacheDoubleDistanceRangeQueries(InputStep input,
DistanceFunction<O> distance,
double radius,
File out)
Constructor.
|
CacheFloatDistanceInOnDiskMatrix(InputStep input,
DistanceFunction<O> 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 |
EvaluatePrecomputedOutlierScores.inputstep
The data input part.
|
(package private) InputStep |
EvaluatePrecomputedOutlierScores.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.
|
private InputStep |
VisualizePairwiseGainMatrix.Parameterizer.inputstep
Data source.
|
Constructor and Description |
---|
ComputeKNNOutlierScores(InputStep inputstep,
DistanceFunction<? super O> distf,
int startk,
int stepk,
int maxk,
ByLabelOutlier bylabel,
File outfile,
ScalingFunction scaling,
Pattern disable)
Constructor.
|
EvaluatePrecomputedOutlierScores(InputStep inputstep,
Pattern reverse,
File outfile,
String name)
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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.