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, make
protected int samplesize
RandomSampleReferencePoints.N_ID
.public RandomSampleReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected RandomSampleReferencePoints<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer