Package elki.datasource.parser
Class SparseNumberVectorLabelParser.Par<V extends elki.data.SparseNumberVector>
- java.lang.Object
-
- elki.datasource.parser.AbstractStreamingParser.Par
-
- elki.datasource.parser.NumberVectorLabelParser.Par<V>
-
- elki.datasource.parser.SparseNumberVectorLabelParser.Par<V>
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- SparseNumberVectorLabelParser<V extends elki.data.SparseNumberVector>
public static class SparseNumberVectorLabelParser.Par<V extends elki.data.SparseNumberVector> extends NumberVectorLabelParser.Par<V>
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
Fields inherited from class elki.datasource.parser.NumberVectorLabelParser.Par
factory, LABEL_INDICES_ID, labelIndices, VECTOR_TYPE_ID
-
Fields inherited from class elki.datasource.parser.AbstractStreamingParser.Par
format
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgetFactory(elki.utilities.optionhandling.parameterization.Parameterization config)Get the object factory.SparseNumberVectorLabelParser<V>make()-
Methods inherited from class elki.datasource.parser.NumberVectorLabelParser.Par
configure, getLabelIndices
-
-
-
-
Method Detail
-
getFactory
protected void getFactory(elki.utilities.optionhandling.parameterization.Parameterization config)
Description copied from class:NumberVectorLabelParser.ParGet the object factory.- Overrides:
getFactoryin classNumberVectorLabelParser.Par<V extends elki.data.SparseNumberVector>- Parameters:
config- Parameterization
-
make
public SparseNumberVectorLabelParser<V> make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer- Overrides:
makein classNumberVectorLabelParser.Par<V extends elki.data.SparseNumberVector>
-
-