Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application |
Base classes for stand alone applications.
|
de.lmu.ifi.dbs.elki.application.cache |
Utility applications for the persistence layer such as distance cache builders.
|
de.lmu.ifi.dbs.elki.application.geo |
Application for exploring geo data.
|
de.lmu.ifi.dbs.elki.application.greedyensemble |
Greedy ensembles for outlier detection.
|
de.lmu.ifi.dbs.elki.gui.minigui |
A very simple UI to build ELKI command lines.
|
de.lmu.ifi.dbs.elki.gui.multistep |
Multi-step GUI for ELKI
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeSingleColorHistogram
Application that computes the color histogram vector for a single image.
|
class |
ConvertToBundleApplication
Convert an input file to the more efficient ELKI bundle format.
|
class |
GeneratorXMLSpec
Generate a data set based on a specified model (using an XML specification)
|
class |
KDDCLIApplication
Provides a KDDCLIApplication that can be used to perform any algorithm
implementing
Algorithm using any DatabaseConnection
implementing DatabaseConnection . |
Modifier and Type | Field and Description |
---|---|
static Class<? extends AbstractApplication> |
ELKILauncher.DEFAULT_APPLICATION
Application to run by default.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractApplication |
AbstractApplication.Parameterizer.makeInstance() |
Modifier and Type | Class and Description |
---|---|
class |
CacheDoubleDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
Precompute an on-disk distance matrix, using double precision.
|
class |
CacheDoubleDistanceKNNLists<O,D extends NumberDistance<D,?>>
Precompute the k nearest neighbors in a disk cache.
|
class |
CacheDoubleDistanceRangeQueries<O>
Precompute the k nearest neighbors in a disk cache.
|
class |
CacheFloatDistanceInOnDiskMatrix<O,D extends NumberDistance<D,?>>
Precompute an on-disk distance matrix, using double precision.
|
Modifier and Type | Class and Description |
---|---|
class |
VisualizeGeodesicDistances
Visualization function for Cross-track distance function
TODO: make origin point / rectangle configurable.
|
Modifier and Type | Class and Description |
---|---|
class |
ComputeKNNOutlierScores<O extends NumberVector<?>,D extends NumberDistance<D,?>>
Application that runs a series of kNN-based algorithms on a data set, for
building an ensemble in a second step.
|
class |
GreedyEnsembleExperiment
Class to load an outlier detection summary file, as produced by
ComputeKNNOutlierScores , and compute a naive ensemble for it. |
class |
VisualizePairwiseGainMatrix
Class to load an outlier detection summary file, as produced by
ComputeKNNOutlierScores , and compute a matrix with the pairwise
gains. |
Modifier and Type | Class and Description |
---|---|
class |
MiniGUI
Minimal GUI built around a table-based parameter editor.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiStepGUI
Experimenter-style multi step GUI.
|