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 |
---|
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, make
public 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)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected RepresentativeUncertainClustering makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.