public static class DoubleVectorLabelParser.Parameterizer extends NumberVectorLabelParser.Parameterizer<DoubleVector>
factory, LABEL_INDICES_ID, labelIndices, VECTOR_TYPE_ID
colSep, COLUMN_SEPARATOR_ID, comment, COMMENT_ID, QUOTE_ID, quoteChars
Constructor and Description |
---|
DoubleVectorLabelParser.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected void |
getFactory(Parameterization config)
Get the object factory.
|
protected DoubleVectorLabelParser |
makeInstance()
Make an instance after successful configuration.
|
getLabelIndices, makeOptions
configure, make
public DoubleVectorLabelParser.Parameterizer()
protected void getFactory(Parameterization config)
NumberVectorLabelParser.Parameterizer
getFactory
in class NumberVectorLabelParser.Parameterizer<DoubleVector>
config
- Parameterizationprotected DoubleVectorLabelParser makeInstance()
AbstractParameterizer
makeInstance
in class NumberVectorLabelParser.Parameterizer<DoubleVector>