| 
				
  | 
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| 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.outlier | Outlier detection algorithms | 
| 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.visualization | Visualization applications in ELKI. | 
| de.lmu.ifi.dbs.elki.data.model | Cluster models classes for various algorithms. | 
| de.lmu.ifi.dbs.elki.database | ELKI database layer - loading, storing, indexing and accessing data | 
| de.lmu.ifi.dbs.elki.database.connection | Database connections are classes implementing data sources. | 
| de.lmu.ifi.dbs.elki.distance | Distances and (in subpackages) distance functions and similarity functions.  | 
| 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.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.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 | Functionality for the evaluation of algorithms. | 
| de.lmu.ifi.dbs.elki.index | Index structure implementations | 
| de.lmu.ifi.dbs.elki.index.tree | Tree-based index structures | 
| de.lmu.ifi.dbs.elki.index.tree.metrical | Tree-based index structures for metrical vector spaces. | 
| 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 | Tree-based index structures for spatial indexing. | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | R*-Tree and variants. | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu | DeLiCluTree  | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rdknn | RdKNNTree  | 
| de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | RStarTree  | 
| de.lmu.ifi.dbs.elki.math.linearalgebra.pca | Principal Component Analysis (PCA) and Eigenvector processing. | 
| de.lmu.ifi.dbs.elki.normalization | Data normalization (and reconstitution) of data sets. | 
| de.lmu.ifi.dbs.elki.parser | Parsers for different file formats and data types. | 
| de.lmu.ifi.dbs.elki.parser.meta | MetaParsers for different file formats and data types. | 
| de.lmu.ifi.dbs.elki.preprocessing | Preprocessors used for data preparation in a first step of various algorithms or distance and similarity measures. | 
| de.lmu.ifi.dbs.elki.result | Result types, representation and handling | 
| de.lmu.ifi.dbs.elki.result.textwriter | Text serialization (CSV, Gnuplot, Console, ...) | 
| 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.visualization | Visualization package of ELKI. | 
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| ParameterException
 Abstract super class for all exceptions thrown during parameterization.  | 
|
| 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.algorithm | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering.correlation | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.clustering.subspace | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.outlier | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.algorithm.statistics | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.cache | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.internal | |
|---|---|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| Option
 Abstract superclass for specifying program arguments.  | 
|
| OptionID
 An OptionID is used by option handlers as a unique identifier for specific options.  | 
|
| Parameter
 Abstract class for specifying a parameter.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.application.visualization | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.data.model | |
|---|---|
| AttributeSettings
 Encapsulates the current settings of the attributes of an object.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.database | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| AttributeSettings
 Encapsulates the current settings of the attributes of an object.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.database.connection | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassListParameter
 Parameter class for a parameter specifying a list of class names.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| FileListParameter
 Parameter class for a parameter specifying a list of files.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.distance.distancefunction | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassListParameter
 Parameter class for a parameter specifying a list of class names.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.adapter | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.correlation | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.external | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.subspace | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| IntListParameter
 Paramter class for a parameter specifying a list of integer values.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.distancefunction.timeseries | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.distance.similarityfunction | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ParameterException
 Abstract super class for all exceptions thrown during parameterization.  | 
|
| 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.distance.similarityfunction.kernel | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.evaluation | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| 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.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| 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.tree | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.metrical.mtreevariants | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkcop | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkmax | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.metrical.mtreevariants.mktrees.mktab | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.metrical.mtreevariants.mtree | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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 | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| 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.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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 | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.rdknn | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.rstar | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| 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.math.linearalgebra.pca | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassListParameter
 Parameter class for a parameter specifying a list of class names.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.normalization | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassListParameter
 Parameter class for a parameter specifying a list of class names.  | 
|
| DoubleListParameter
 Parameter class for a parameter specifying a list of double values.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.parser | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.parser.meta | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| IntListParameter
 Paramter class for a parameter specifying a list of integer values.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.preprocessing | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| DoubleListParameter
 Parameter class for a parameter specifying a list of double values.  | 
|
| DoubleParameter
 Parameter class for a parameter specifying a double value.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| 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.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.result | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| FileParameter
 Parameter class for a parameter specifying a file.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| 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.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.result.textwriter | |
|---|---|
| AttributeSettings
 Encapsulates the current settings of the attributes of an object.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.utilities.optionhandling | |
|---|---|
| AttributeSetting
 Encapsulates a setting of one attribute.  | 
|
| AttributeSettings
 Encapsulates the current settings of the attributes of an object.  | 
|
| FileListParameter.FilesType
 Available types of the files: FileListParameter.FilesType.INPUT_FILES denotes input files,
 FileListParameter.FilesType.OUTPUT_FILES denotes output files. | 
|
| FileParameter.FileType
 Available file types: FileParameter.FileType.INPUT_FILE denotes an input file,
 FileParameter.FileType.OUTPUT_FILE denotes an output file. | 
|
| Flag
 Option class specifying a flag object.  | 
|
| ListParameter
 Abstract parameter class defining a parameter for a list of objects.  | 
|
| NumberParameter
 Abstract class for defining a number parameter.  | 
|
| Option
 Abstract superclass for specifying program arguments.  | 
|
| OptionHandler
 Provides an OptionHandler for holding the given options.  | 
|
| OptionID
 An OptionID is used by option handlers as a unique identifier for specific options.  | 
|
| Parameter
 Abstract class for specifying a parameter.  | 
|
| ParameterException
 Abstract super class for all exceptions thrown during parameterization.  | 
|
| Parameterizable
 Interface to define the required methods for command line interaction.  | 
|
| UnusedParameterException
 Thrown by OptionHandler in case of request of an unused parameter.  | 
|
| 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 | |
|---|---|
| ClassParameter
 Parameter class for a parameter specifying a class name.  | 
|
| Flag
 Option class specifying a flag object.  | 
|
| IntParameter
 Parameter class for a parameter specifying an integer value.  | 
|
| ListParameter
 Abstract parameter class defining a parameter for a list of objects.  | 
|
| NumberParameter
 Abstract class for defining a number parameter.  | 
|
| Parameter
 Abstract class for specifying a parameter.  | 
|
| ParameterException
 Abstract super class for all exceptions thrown during parameterization.  | 
|
| PatternParameter
 Parameter class for a parameter specifying a pattern.  | 
|
| VectorListParameter
 Parameter class for a parameter specifying a list of vectors.  | 
|
| Classes in de.lmu.ifi.dbs.elki.utilities.optionhandling used by de.lmu.ifi.dbs.elki.visualization | |
|---|---|
| AbstractParameterizable
 Abstract superclass for classes parameterizable.  | 
|
| Parameterizable
 Interface to define the required methods for command line interaction.  | 
|
  | 
                
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||