Package elki.datasource.parser
Class BitVectorLabelParser.Par
- java.lang.Object
-
- elki.datasource.parser.AbstractStreamingParser.Par
-
- elki.datasource.parser.BitVectorLabelParser.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- BitVectorLabelParser
public static class BitVectorLabelParser.Par extends AbstractStreamingParser.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
-
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 BitVectorLabelParser
make()
Make an instance after successful configuration.-
Methods inherited from class elki.datasource.parser.AbstractStreamingParser.Par
configure
-
-
-
-
Method Detail
-
make
public BitVectorLabelParser make()
Description copied from interface:Parameterizer
Make an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Object
as return type.- Specified by:
make
in interfaceParameterizer
- Specified by:
make
in classAbstractStreamingParser.Par
- Returns:
- a new instance
-
-