
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, makeprivate boolean curves
private int bins
public P1DHistogramVisualizer.Factory.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected P1DHistogramVisualizer.Factory<NV> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer