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 The base-package of the ELKI framework. 
de.lmu.ifi.dbs.elki.algorithm Package to collect algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Package to collect correlation clustering algorithms suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Package to collect algorithms for clustering in axis-parallel subspaces, suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.preprocessing Package collects preprocessors used for data preparation in a first step of various algorithms or distance measures. 
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
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.HELP_FLAG
          Flag to obtain help-message.
private  Flag KDDTask.HELP_LONG_FLAG
          Flag to obtain help-message.
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.preprocessing
 

Fields in de.lmu.ifi.dbs.elki.preprocessing declared as Flag
static Flag PreprocessorHandler.OMIT_PREPROCESSING_FLAG
           
 

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

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

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.1 (2008-07-10_1838)