| Package | Description |
|---|---|
| org.datavec.api.records.reader.impl.csv |
| Modifier and Type | Method and Description |
|---|---|
static CSVMultiSequenceRecordReader.Mode |
CSVMultiSequenceRecordReader.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVMultiSequenceRecordReader.Mode[] |
CSVMultiSequenceRecordReader.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CSVMultiSequenceRecordReader(int skipNumLines,
char elementDelimiter,
char quote,
String sequenceSeparatorRegex,
CSVMultiSequenceRecordReader.Mode mode,
Writable padValue)
Create a sequence reader using the default value for skip lines (0), the default delimiter (',') and the default
quote character ('"')
|
CSVMultiSequenceRecordReader(String sequenceSeparatorRegex,
CSVMultiSequenceRecordReader.Mode mode)
Create a sequence reader using the default value for skip lines (0), the default delimiter (',') and the default
quote character ('"').
Note that this constructor cannot be used with PAD as the padding value cannot be specified |
CSVMultiSequenceRecordReader(String sequenceSeparatorRegex,
CSVMultiSequenceRecordReader.Mode mode,
Writable padValue)
Create a sequence reader using the default value for skip lines (0), the default delimiter (',') and the default
quote character ('"')
|
Copyright © 2020. All rights reserved.