Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use DoubleParameter
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 Package collects clustering algorithms. 
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.varianceanalysis Classes for analysis of variance by different methods. 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm declared as DoubleParameter
private  DoubleParameter APRIORI.MINFREQ_PARAM
          Optional parameter to specify the threshold for minimum frequency, must be a double greater than or equal to 0 and less than or equal to 1.
 DoubleParameter KNNDistanceOrder.PERCENTAGE_PARAM
          Parameter to specify the average percentage of distances randomly choosen to be provided in the result, must be a double greater than 0 and less than or equal to 1.
 

Uses of DoubleParameter in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as DoubleParameter
private  DoubleParameter EM.DELTA_PARAM
          Parameter to specify the termination criterion for maximization of E(M): E(M) - E(M') < em.delta, must be a double equal to or greater than 0.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as DoubleParameter
private  DoubleParameter ORCLUS.ALPHA_PARAM
          Parameter to specify the factor for reducing the number of current clusters in each iteration, must be an integer greater than 0 and less than 1.
private  DoubleParameter CASH.JITTER_PARAM
          Parameter to specify the maximum jitter for distance values, must be a double greater than 0.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace declared as DoubleParameter
private  DoubleParameter DiSH.EPSILON_PARAM
          Parameter that specifies the maximum radius of the neighborhood to be considered in each dimension for determination of the preference vector, must be a double equal to or greater than 0.
private  DoubleParameter CLIQUE.TAU_PARAM
          Parameter to specify the density threshold for the selectivity of a unit, where the selectivity is the fraction of total feature vectors contained in this unit, must be a double greater than 0 and less than 1.
 

Uses of DoubleParameter in de.lmu.ifi.dbs.elki.varianceanalysis
 

Fields in de.lmu.ifi.dbs.elki.varianceanalysis declared as DoubleParameter
private  DoubleParameter LocalPCA.BIG_PARAM
          Parameter to specify a constant big value to reset high eigenvalues, must be a double greater than 0.
private  DoubleParameter LocalPCA.SMALL_PARAM
          Parameter to specify a constant small value to reset low eigenvalues, must be a double greater than 0.
 


Release 0.1 (2008-07-10_1838)