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