
public static class NumberVectorLabelParser.Parameterizer<V extends NumberVector<V,?>> extends AbstractParser.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected V | 
factory
Factory 
 | 
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 void | 
getFactory(Parameterization config)  | 
protected void | 
getLabelIndices(Parameterization config)  | 
protected NumberVectorLabelParser<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprotected BitSet labelIndices
protected V extends NumberVector<V,?> factory
public NumberVectorLabelParser.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParser.Parameterizerconfig - Parameterization to add options to.protected void getFactory(Parameterization config)
protected void getLabelIndices(Parameterization config)
protected NumberVectorLabelParser<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParser.Parameterizer