
public static class RepresentativeUncertainClustering.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| static OptionID | ALGORITHM_IDParameter to hand an algorithm to be wrapped and run to our instance of
  RepresentativeUncertainClustering. | 
| protected double | alphaAlpha parameter for confidence. | 
| static OptionID | ALPHA_IDAlpha parameter for confidence estimation. | 
| static OptionID | CLUSTERDISTANCE_IDDistance function to measure the similarity of clusterings. | 
| static int | DEFAULT_ENSEMBLE_DEPTHDefault number of clusterings to run. | 
| protected ClusteringDistanceSimilarityFunction | distanceDistance (dissimilarity) for clusterinogs. | 
| protected boolean | keepKeep all samples (not only the representative results). | 
| static OptionID | KEEP_SAMPLES_IDFlag to keep all samples. | 
| static OptionID | META_ALGORITHM_IDParameter to hand an algorithm for creating the meta-clustering to our
 instance of  RepresentativeUncertainClustering. | 
| protected ClusteringAlgorithm<?> | metaAlgorithmField to store the inner algorithm for meta-clustering | 
| protected int | numsamplesField to store parameter the number of samples. | 
| protected RandomFactory | randomRandom factory for sampling. | 
| static OptionID | RANDOM_IDParameter to specify the random generator. | 
| static OptionID | SAMPLES_IDParameter to specify the amount of clusterings that shall be created and
 compared. | 
| protected ClusteringAlgorithm<?> | samplesAlgorithmField to store the algorithm. | 
| Constructor and Description | 
|---|
| RepresentativeUncertainClustering.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected RepresentativeUncertainClustering | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final int DEFAULT_ENSEMBLE_DEPTH
public static final OptionID CLUSTERDISTANCE_ID
public static final OptionID META_ALGORITHM_ID
RepresentativeUncertainClustering.
 It has to use a metric distance function to work on the
 sample-clusterings.public static final OptionID ALGORITHM_ID
RepresentativeUncertainClustering.public static final OptionID SAMPLES_ID
public static final OptionID KEEP_SAMPLES_ID
public static final OptionID RANDOM_ID
public static final OptionID ALPHA_ID
protected ClusteringDistanceSimilarityFunction distance
protected ClusteringAlgorithm<?> metaAlgorithm
protected ClusteringAlgorithm<?> samplesAlgorithm
protected int numsamples
protected RandomFactory random
protected double alpha
protected boolean keep
public RepresentativeUncertainClustering.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RepresentativeUncertainClustering makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.