
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, LABEL_INDICES_ID, labelIndices, VECTOR_TYPE_IDformat| 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>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.