
public static class AchlioptasRandomProjectionFamily.Parameterizer extends AbstractRandomProjectionFamily.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
private double | 
sparsity
Projection sparsity 
 | 
static OptionID | 
SPARSITY_ID
Parameter for the projection sparsity. 
 | 
random, RANDOM_ID| Constructor and Description | 
|---|
AchlioptasRandomProjectionFamily.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected AchlioptasRandomProjectionFamily | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID SPARSITY_ID
private double sparsity
public AchlioptasRandomProjectionFamily.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractRandomProjectionFamily.Parameterizerconfig - Parameterization to add options to.protected AchlioptasRandomProjectionFamily makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer