
public static class ClassLabelFilter.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
private ClassLabel.Factory<?> |
classLabelFactory
The class label factory to use.
|
protected int |
classLabelIndex
The index of the label to be used as class label, null if no class label
is specified.
|
| Constructor and Description |
|---|
ClassLabelFilter.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makeprotected int classLabelIndex
private ClassLabel.Factory<?> classLabelFactory
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected Object makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer