Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use IntParameter
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.parser Package collects parser for different file formats and data types. 
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.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm declared as IntParameter
private  IntParameter KNNDistanceOrder.K_PARAM
          Parameter to specify the distance of the k-distant object to be assessed, must be an integer greater than 0.
 IntParameter KNNJoin.K_PARAM
          Parameter that specifies the k-nearest neighbors to be assigned, must be an integer greater than 0.
private  IntParameter APRIORI.MINSUPP_PARAM
          Parameter to specify the threshold for minimum support as minimally required number of transactions, must be an integer equal to or greater than 0.
private  IntParameter DependencyDerivator.OUTPUT_ACCURACY_PARAM
          Parameter to specify the threshold for output accuracy fraction digits, must be an integer equal to or greater than 0.
private  IntParameter DependencyDerivator.SAMPLE_SIZE_PARAM
          Optional parameter to specify the treshold for the size of the random sample to use, must be an integer greater than 0.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering declared as IntParameter
private  IntParameter SNNClustering.EPSILON_PARAM
          Parameter to specify the minimum SNN density, must be an integer greater than 0.
private  IntParameter KMeans.K_PARAM
          Parameter to specify the number of clusters to find, must be an integer greater than 0.
private  IntParameter EM.K_PARAM
          Parameter to specify the number of clusters to find, must be an integer greater than 0.
private  IntParameter ProjectedDBSCAN.LAMBDA_PARAM
          Parameter to specify the intrinsic dimensionality of the clusters to find, must be an integer greater than 0.
private  IntParameter ProjectedDBSCAN.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in the epsilon-neighborhood of a point, must be an integer greater than 0.
private  IntParameter OPTICS.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in the epsilon-neighborhood of a point, must be an integer greater than 0.
private  IntParameter DBSCAN.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in the epsilon-neighborhood of a point, must be an integer greater than 0.
private  IntParameter DeLiClu.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points within a cluster, must be an integer greater than 0.
private  IntParameter SNNClustering.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in the epsilon-SNN-neighborhood of a point, must be an integer greater than 0.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as IntParameter
private  IntParameter CASH.MAXLEVEL_PARAM
          Parameter to specify the maximum level for splitting the hypercube, must be an integer greater than 0.
private  IntParameter CASH.MINDIM_PARAM
          Parameter to specify the minimum dimensionality of the subspaces to be found, must be an integer greater than 0.
private  IntParameter CASH.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in a cluster, must be an integer greater than 0.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace declared as IntParameter
private  IntParameter ProjectedClustering.K_I_PARAM
          Parameter to specify the multiplier for the initial number of seeds, must be an integer greater than 0.
private  IntParameter ProjectedClustering.K_PARAM
          Parameter to specify the number of clusters to find, must be an integer greater than 0.
private  IntParameter ProjectedClustering.L_PARAM
          Parameter to specify the dimensionality of the clusters to find, must be an integer greater than 0.
private  IntParameter PROCLUS.M_I_PARAM
          Parameter to specify the the multiplier for the initial number of medoids, must be an integer greater than 0.
private  IntParameter DiSH.MU_PARAM
          Parameter that specifies the a minimum number of points as a smoothing factor to avoid the single-link-effect, must be an integer greater than 0.
private  IntParameter CLIQUE.XSI_PARAM
          Parameter to specify the number of intervals (units) in each dimension, must be an integer greater than 0.
 

Uses of IntParameter in de.lmu.ifi.dbs.elki.parser
 

Fields in de.lmu.ifi.dbs.elki.parser declared as IntParameter
static IntParameter RealVectorLabelParser.CLASS_LABEL_INDEX_PARAM
          The parameter for an index of a numerical class label.
 

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

Fields in de.lmu.ifi.dbs.elki.preprocessing declared as IntParameter
private  IntParameter KnnQueryBasedHiCOPreprocessor.K_PARAM
          Optional parameter to specify the number of nearest neighbors considered in the PCA, must be an integer greater than 0.
private  IntParameter FracClusPreprocessor.kParameter
           
private  IntParameter ProjectedDBSCANPreprocessor.MINPTS_PARAM
          Parameter to specify the threshold for minimum number of points in the epsilon-neighborhood of a point, must be an integer greater than 0.
static IntParameter SharedNearestNeighborsPreprocessor.NUMBER_OF_NEIGHBORS_PARAM
          Parameter to indicate the number of neighbors to be taken into account for the shared-nearest-neighbor similarity.
 

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

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as IntParameter
private  IntParameter GlobalListSizeConstraint.length
          Integer parameter specifying the constraint list size.
private  IntParameter GlobalVectorListElementSizeConstraint.size
          Integer parameter providing the size constraint.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type IntParameter
GlobalListSizeConstraint(ListParameter<?> v, IntParameter i)
          Creates a List-Size global parameter constraint.
GlobalVectorListElementSizeConstraint(VectorListParameter vector, IntParameter sizeConstraint)
          Constructs a global vector size constraint.
 


Release 0.1 (2008-07-10_1838)