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