
public static class RandomSampleReferencePoints.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
samplesize
Holds the value of  
RandomSampleReferencePoints.N_ID. | 
| Constructor and Description | 
|---|
RandomSampleReferencePoints.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected RandomSampleReferencePoints<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected int samplesize
RandomSampleReferencePoints.N_ID.public RandomSampleReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RandomSampleReferencePoints<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer