public static class P1DHistogramVisualizer.Factory.Parameterizer<NV extends NumberVector<NV,?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private int |
bins
Number of bins to use in the histogram.
|
private boolean |
curves
Internal storage of the curves flag.
|
Constructor and Description |
---|
P1DHistogramVisualizer.Factory.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected P1DHistogramVisualizer.Factory<NV> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
private boolean curves
private int bins
public P1DHistogramVisualizer.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected P1DHistogramVisualizer.Factory<NV> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer