Uses of Package
org.datavec.api.records.reader.impl.regex
-
Packages that use org.datavec.api.records.reader.impl.regex Package Description org.datavec.api.records.reader.impl.regex -
Classes in org.datavec.api.records.reader.impl.regex used by org.datavec.api.records.reader.impl.regex Class Description RegexSequenceRecordReader.LineErrorHandling Error handling mode: How should invalid lines (i.e., those that don't match the provided regex) be handled?
FailOnInvalid: Throw an IllegalStateException when an invalid line is found
SkipInvalid: Skip invalid lines (quietly, with no warning)
SkipInvalidWithWarning: Skip invalid lines, but log a warning