public static class RandomGeneratedReferencePoints.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
samplesize
Holds the value of
RandomGeneratedReferencePoints.N_ID . |
protected double |
scale
Holds 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, make
protected int samplesize
RandomGeneratedReferencePoints.N_ID
.protected double scale
RandomGeneratedReferencePoints.SCALE_ID
.public RandomGeneratedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected RandomGeneratedReferencePoints<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer