
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, labelIndicesATTRIBUTE_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, getTypeInformationparseLine, parseLineInternaltokenize, toStringprivate static final Logging logger
public MultipleObjectsBundle parse(InputStream in)
Parserparse in interface Parserparse in class NumberVectorLabelParser<DoubleVector>in - the stream to parse objects fromprotected Logging getLogger()
AbstractParsergetLogger in class DoubleVectorLabelParser