
public static class SparseNumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>> extends NumberVectorLabelParser.Parameterizer<V>
factory, labelIndicescolSep, COLUMN_SEPARATOR_ID, comment, COMMENT_ID, QUOTE_ID, quoteChar| Constructor and Description | 
|---|
SparseNumberVectorLabelParser.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
getFactory(Parameterization config)
Get the object factory. 
 | 
protected SparseNumberVectorLabelParser<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
getLabelIndices, makeOptionsconfigure, makepublic SparseNumberVectorLabelParser.Parameterizer()
protected void getFactory(Parameterization config)
NumberVectorLabelParser.ParameterizergetFactory in class NumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>>config - Parameterizationprotected SparseNumberVectorLabelParser<V> makeInstance()
AbstractParameterizermakeInstance in class NumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>>