Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.Flag

Packages that use Flag
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.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.index.tree.metrical.mtreevariants.mktrees.mkapp MkAppTree 
de.lmu.ifi.dbs.elki.index.tree.spatial Tree-based index structures for spatial indexing. 
de.lmu.ifi.dbs.elki.math.linearalgebra.pca Principal Component Analysis (PCA) and Eigenvector processing. 
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.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
 

Uses of Flag in de.lmu.ifi.dbs.elki
 

Fields in de.lmu.ifi.dbs.elki declared as Flag
private  Flag KDDTask.NORMALIZATION_UNDO_FLAG
          Flag to revert result to original values - invalid option if no normalization has been performed.
 

Uses of Flag in de.lmu.ifi.dbs.elki.algorithm
 

Fields in de.lmu.ifi.dbs.elki.algorithm declared as Flag
private  Flag DependencyDerivator.RANDOM_SAMPLE_FLAG
          Flag to use random sample (use knn query around centroid, if flag is not set).
private  Flag AbstractAlgorithm.TIME_FLAG
          Flag to request output of performance time.
private  Flag AbstractAlgorithm.VERBOSE_FLAG
          Flag to allow verbose messages while performing the algorithm.
 

Uses of Flag in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as Flag
private  Flag CASH.ADJUST_FLAG
          Flag to indicate that an adjustment of the applied heuristic for choosing an interval is performed after an interval is selected.
 

Uses of Flag in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace declared as Flag
private  Flag CLIQUE.PRUNE_FLAG
          Flag to indicate that that only subspaces with large coverage (i.e. the fraction of the database that is covered by the dense units) are selected, the rest will be pruned.
 

Uses of Flag in de.lmu.ifi.dbs.elki.algorithm.outlier
 

Fields in de.lmu.ifi.dbs.elki.algorithm.outlier declared as Flag
private  Flag ABOD.FAST_FLAG
          Flag for fast mode.
 

Uses of Flag in de.lmu.ifi.dbs.elki.algorithm.statistics
 

Fields in de.lmu.ifi.dbs.elki.algorithm.statistics declared as Flag
private  Flag DistanceStatisticsWithClasses.SAMPLING_FLAG
          Flag to enable sampling Key: -h
 

Uses of Flag in de.lmu.ifi.dbs.elki.application
 

Fields in de.lmu.ifi.dbs.elki.application declared as Flag
private  Flag AbstractApplication.HELP_FLAG
          Flag to obtain help-message.
private  Flag AbstractApplication.HELP_LONG_FLAG
          Flag to obtain help-message.
private  Flag AbstractApplication.VERBOSE_FLAG
          Flag to allow verbose messages while running the application.
 

Uses of Flag in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp
 

Fields in de.lmu.ifi.dbs.elki.index.tree.metrical.mtreevariants.mktrees.mkapp declared as Flag
private  Flag MkAppTree.NOLOG_PARAM
          Parameter for nolog
 

Uses of Flag in de.lmu.ifi.dbs.elki.index.tree.spatial
 

Fields in de.lmu.ifi.dbs.elki.index.tree.spatial declared as Flag
private  Flag SpatialIndex.BULK_LOAD_FLAG
          Parameter for bulk loading
 

Uses of Flag in de.lmu.ifi.dbs.elki.math.linearalgebra.pca
 

Fields in de.lmu.ifi.dbs.elki.math.linearalgebra.pca declared as Flag
private  Flag LimitEigenPairFilter.ABSOLUTE_FLAG
          "absolute" Flag
 

Uses of Flag in de.lmu.ifi.dbs.elki.preprocessing
 

Fields in de.lmu.ifi.dbs.elki.preprocessing declared as Flag
private  Flag FourCPreprocessor.ABSOLUTE_PARAM
          Flag for marking parameter delta as an absolute value.
private  Flag PreprocessorHandler.OMIT_PREPROCESSING_FLAG
          Flag to omit (a new) preprocessing if for each object the association has already been set.
 

Uses of Flag in de.lmu.ifi.dbs.elki.result
 

Fields in de.lmu.ifi.dbs.elki.result declared as Flag
private  Flag ResultWriter.GZIP_FLAG
          Flag to control GZIP compression.
private  Flag ResultWriter.OVERWRITE_FLAG
          Flag to suppress overwrite warning.
 

Uses of Flag in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type Flag
static void OptionUtil.addFlag(List<String> parameters, Flag flag)
          Adds the specified flag to the beginning of the given parameter list.
 

Uses of Flag in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as Flag
private  Flag ParameterFlagGlobalConstraint.flag
          Flag the checking of the parameter constraints is dependent on.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type Flag
ParameterFlagGlobalConstraint(Parameter<T,C> p, List<ParameterConstraint<C>> c, Flag f, boolean flagConstraint)
          Constructs a global parameter constraint specifying that the testing of the parameter given for keeping the parameter constraints given is dependent on the status of the flag given.
 


Release 0.2.1 (2009-07-13_1605)