public class DoubleVectorLabelTransposingParser extends DoubleVectorLabelParser
Modifier and Type | Class and Description |
---|---|
static class |
DoubleVectorLabelTransposingParser.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
logger
Class logger
|
LABEL_INDICES_ID, labelIndices
ATTRIBUTE_CONCATENATION, COLUMN_SEPARATOR_ID, COMMENT, NUMBER_PATTERN, QUOTE_CHAR, QUOTE_ID, quoteChar, WHITESPACE_PATTERN
Constructor and Description |
---|
DoubleVectorLabelTransposingParser(Pattern colSep,
char quoteChar,
BitSet labelIndices)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Logging |
getLogger()
Get the logger for this class.
|
MultipleObjectsBundle |
parse(InputStream in)
Returns a list of the objects parsed from the specified input stream.
|
createDBObject, getTypeInformation
parseLine, parseLineInternal
tokenize, toString
private static final Logging logger
public MultipleObjectsBundle parse(InputStream in)
Parser
parse
in interface Parser
parse
in class NumberVectorLabelParser<DoubleVector>
in
- the stream to parse objects fromprotected Logging getLogger()
AbstractParser
getLogger
in class DoubleVectorLabelParser