Uses of Package
de.lmu.ifi.dbs.elki.utilities.optionhandling

Packages that use de.lmu.ifi.dbs.elki.utilities.optionhandling
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.algorithm Algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
de.lmu.ifi.dbs.elki.algorithm.clustering.trivial Trivial clustering algorithms: all in one, no clusters, label clusterings These methods are mostly useful for providing a reference result in evaluation. 
de.lmu.ifi.dbs.elki.algorithm.outlier Outlier detection algorithms 
de.lmu.ifi.dbs.elki.algorithm.outlier.meta Meta outlier detection algorithms: external scores, score rescaling. 
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial Spatial outlier detection algorithms 
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood Spatial outlier neighborhood classes 
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted Weighted Neighborhood definitions. 
de.lmu.ifi.dbs.elki.algorithm.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers. 
de.lmu.ifi.dbs.elki.algorithm.statistics Statistical analysis algorithms The algorithms in this package perform statistical analysis of the data (e.g. compute distributions, distance distributions etc.) 
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.internal Internal utilities for development. 
de.lmu.ifi.dbs.elki.application.jsmap JavaScript based map client - server architecture. 
de.lmu.ifi.dbs.elki.application.visualization Visualization applications in ELKI. 
de.lmu.ifi.dbs.elki.data.images Package for processing image data (e.g. compute color histograms) 
de.lmu.ifi.dbs.elki.database ELKI database layer - loading, storing, indexing and accessing data 
de.lmu.ifi.dbs.elki.datasource Data normalization (and reconstitution) of data sets. 
de.lmu.ifi.dbs.elki.datasource.filter Data filtering, in particular for normalization and projection. 
de.lmu.ifi.dbs.elki.datasource.parser Parsers for different file formats and data types. 
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.distancefunction.adapter Distance functions deriving distances from e.g. similarity measures 
de.lmu.ifi.dbs.elki.distance.distancefunction.colorhistogram Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.correlation Distance functions using correlations. 
de.lmu.ifi.dbs.elki.distance.distancefunction.external Distance functions using external data sources. 
de.lmu.ifi.dbs.elki.distance.distancefunction.geo Geographic (earth) distance functions. 
de.lmu.ifi.dbs.elki.distance.distancefunction.subspace Distance functions based on subspaces. 
de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries Distance functions designed for time series. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Similarity functions. 
de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel Kernel functions. 
de.lmu.ifi.dbs.elki.evaluation.histogram Functionality for the evaluation of algorithms using histograms. 
de.lmu.ifi.dbs.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model. 
de.lmu.ifi.dbs.elki.evaluation.paircounting Evaluation of clustering results via pair counting. 
de.lmu.ifi.dbs.elki.evaluation.roc Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve) 
de.lmu.ifi.dbs.elki.evaluation.similaritymatrix Render a distance matrix to visualize a clustering-distance-combination. 
de.lmu.ifi.dbs.elki.gui.util Utility classes for GUIs (e.g. a class to display a logging panel) 
de.lmu.ifi.dbs.elki.index Index structure implementations 
de.lmu.ifi.dbs.elki.index.preprocessed Index structure based on preprocessors 
de.lmu.ifi.dbs.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. 
de.lmu.ifi.dbs.elki.index.preprocessed.localpca Index using a preprocessed local PCA. 
de.lmu.ifi.dbs.elki.index.preprocessed.preference Indexes storing preference vectors. 
de.lmu.ifi.dbs.elki.index.preprocessed.snn Indexes providing nearest neighbor sets 
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj Index using a preprocessed local subspaces. 
de.lmu.ifi.dbs.elki.index.tree Tree-based index structures 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants M-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees Metrical index structures based on the concepts of the M-Tree supporting processing of reverse k nearest neighbor queries by using the k-nn distances of the entries. 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop MkCoPTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax MkMaxTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab MkTabTree 
de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree MTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants R*-Tree and variants. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.bulk Packages for bulk-loading R*-Trees. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar RStarTree 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util Utilities for R*-Tree and variants. 
de.lmu.ifi.dbs.elki.logging Logging facility for controlling logging behavior of the complete framework. 
de.lmu.ifi.dbs.elki.math.linearalgebra.pca Principal Component Analysis (PCA) and Eigenvector processing. 
de.lmu.ifi.dbs.elki.result Result types, representation and handling 
de.lmu.ifi.dbs.elki.utilities Utility and helper classes - commonly used data structures, output formatting, exceptions, ... 
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization Configuration managers See the de.lmu.ifi.dbs.elki.utilities.optionhandling package for documentation! 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters Classes for various typed parameters. 
de.lmu.ifi.dbs.elki.utilities.referencepoints Package containing strategies to obtain reference points Shared code for various algorithms that use reference points. 
de.lmu.ifi.dbs.elki.utilities.scaling Scaling functions: linear, logarithmic, gamma, clipping, ... 
de.lmu.ifi.dbs.elki.utilities.scaling.outlier Scaling of Outlier scores, that require a statistical analysis of the occurring values 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
de.lmu.ifi.dbs.elki.visualization.gui Package to provide a visualization GUI. 
de.lmu.ifi.dbs.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations. 
de.lmu.ifi.dbs.elki.visualization.visualizers Visualizers for various results 
de.lmu.ifi.dbs.elki.visualization.visualizers.optics Visualizers that do work on OPTICS plots 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d Visualizers based on 1D projections. 
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d Visualizers based on 2D projections. 
de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj Visualizers that do not use a particular projection. 
de.lmu.ifi.dbs.elki.workflow Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM 
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering.trivial
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier.meta
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier.trivial
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.statistics
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.cache
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.internal
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.jsmap
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.visualization
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.data.images
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.database
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.datasource
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.datasource.filter
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.datasource.parser
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.adapter
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.colorhistogram
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.correlation
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.external
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.geo
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.subspace
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.similarityfunction
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.similarityfunction.kernel
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation.histogram
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation.outlier
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation.paircounting
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation.roc
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation.similaritymatrix
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.gui.util
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed.knn
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed.localpca
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed.preference
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed.snn
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mktab
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mtree
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.bulk
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.util
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.logging
WrongParameterValueException
          Thrown by a Parameterizable object in case of wrong parameter format.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.math.linearalgebra.pca
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.result
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.optionhandling
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
Parameterizer
          Generic interface for a parameterizable factory.
WrongParameterValueException
          Thrown by a Parameterizable object in case of wrong parameter format.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
ParameterException
          Abstract super class for all exceptions thrown during parameterization.
UnspecifiedParameterException
          Exception when a required parameter was not given.
WrongParameterValueException
          Thrown by a Parameterizable object in case of wrong parameter format.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.referencepoints
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.scaling
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.scaling.outlier
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.gui
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.projector
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.visualizers
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.visualizers.optics
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis1d
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
OptionID
          An OptionID is used by option handlers as a unique identifier for specific options.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj
Parameterizable
          Interface to define the required methods for command line interaction.
 

Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.workflow
AbstractParameterizer
          Abstract base class that handles the parameterization of a class.
Parameterizable
          Interface to define the required methods for command line interaction.
Parameterizer
          Generic interface for a parameterizable factory.
 


Release 0.4.0 (2011-09-20_1324)