public static class RepresentativeUncertainClustering.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
static OptionID | 
ALGORITHM_ID
Parameter to hand an algorithm to be wrapped and run to our instance of
  
RepresentativeUncertainClustering. | 
protected double | 
alpha
Alpha parameter for confidence. 
 | 
static OptionID | 
ALPHA_ID
Alpha parameter for confidence estimation. 
 | 
static OptionID | 
CLUSTERDISTANCE_ID
Distance function to measure the similarity of clusterings. 
 | 
static int | 
DEFAULT_ENSEMBLE_DEPTH
Default number of clusterings to run. 
 | 
protected ClusteringDistanceSimilarityFunction | 
distance
Distance (dissimilarity) for clusterinogs. 
 | 
protected boolean | 
keep
Keep all samples (not only the representative results). 
 | 
static OptionID | 
KEEP_SAMPLES_ID
Flag to keep all samples. 
 | 
static OptionID | 
META_ALGORITHM_ID
Parameter to hand an algorithm for creating the meta-clustering to our
 instance of  
RepresentativeUncertainClustering. | 
protected ClusteringAlgorithm<?> | 
metaAlgorithm
Field to store the inner algorithm for meta-clustering 
 | 
protected int | 
numsamples
Field to store parameter the number of samples. 
 | 
protected RandomFactory | 
random
Random factory for sampling. 
 | 
static OptionID | 
RANDOM_ID
Parameter to specify the random generator. 
 | 
static OptionID | 
SAMPLES_ID
Parameter to specify the amount of clusterings that shall be created and
 compared. 
 | 
protected ClusteringAlgorithm<?> | 
samplesAlgorithm
Field to store the algorithm. 
 | 
| Constructor and Description | 
|---|
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
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RepresentativeUncertainClustering makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.