public abstract static class AbstractProjectedClustering.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
k  | 
protected int | 
k_i  | 
static OptionID | 
K_I_ID
Parameter to specify the multiplier for the initial number of seeds, must
 be an integer greater than 0. 
 | 
static OptionID | 
K_ID
Parameter to specify the number of clusters to find, must be an integer
 greater than 0. 
 | 
protected int | 
l  | 
static OptionID | 
L_ID
Parameter to specify the dimensionality of the clusters to find, must be
 an integer greater than 0. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
configure, make, makeInstance, makeOptionspublic static final OptionID K_ID
public static final OptionID K_I_ID
public static final OptionID L_ID
protected int k
protected int k_i
protected int l
Copyright © 2019 ELKI Development Team. License information.