
public static class TermFrequencyParser.Parameterizer<V extends SparseNumberVector<?>> extends NumberVectorLabelParser.Parameterizer<V>
| Modifier and Type | Field and Description | 
|---|---|
(package private) boolean | 
normalize
Normalization flag. 
 | 
static OptionID | 
NORMALIZE_FLAG
Option ID for normalization. 
 | 
factory, labelIndicescolSep, COLUMN_SEPARATOR_ID, comment, COMMENT_ID, QUOTE_ID, quoteChar| Constructor and Description | 
|---|
TermFrequencyParser.Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
getFactory(Parameterization config)
Get the object factory. 
 | 
protected TermFrequencyParser<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
getLabelIndicesconfigure, makepublic static final OptionID NORMALIZE_FLAG
boolean normalize
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class NumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>>config - Parameterization to add options to.protected void getFactory(Parameterization config)
NumberVectorLabelParser.ParameterizergetFactory in class NumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>>config - Parameterizationprotected TermFrequencyParser<V> makeInstance()
AbstractParameterizermakeInstance in class NumberVectorLabelParser.Parameterizer<V extends SparseNumberVector<?>>