public abstract static class NumberVectorLabelParser.Parameterizer<V extends NumberVector<?,?>> extends AbstractParser.Parameterizer
Modifier and Type | Field and Description |
---|---|
protected BitSet |
labelIndices
Keeps the indices of the attributes to be treated as a string label.
|
colSep, quoteChar
Constructor and Description |
---|
NumberVectorLabelParser.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected abstract NumberVectorLabelParser<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected BitSet labelIndices
public NumberVectorLabelParser.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParser.Parameterizer
config
- Parameterization to add options to.protected abstract NumberVectorLabelParser<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParser.Parameterizer