Uses of Interface
org.datavec.api.records.writer.RecordWriter
-
-
Uses of RecordWriter in org.datavec.api.formats.output
Methods in org.datavec.api.formats.output that return RecordWriter Modifier and Type Method Description RecordWriterOutputFormat. createWriter(Configuration conf)Create a record writer -
Uses of RecordWriter in org.datavec.api.formats.output.impl
Methods in org.datavec.api.formats.output.impl that return RecordWriter Modifier and Type Method Description RecordWriterCSVOutputFormat. createWriter(Configuration conf)RecordWriterLibSvmOutputFormat. createWriter(Configuration conf)RecordWriterLineOutputFormat. createWriter(Configuration conf)RecordWriterSVMLightOutputFormat. createWriter(Configuration conf) -
Uses of RecordWriter in org.datavec.api.records.converter
Methods in org.datavec.api.records.converter with parameters of type RecordWriter Modifier and Type Method Description static voidRecordReaderConverter. convert(RecordReader reader, RecordWriter writer)Write all values from the specified record reader to the specified record writer.static voidRecordReaderConverter. convert(RecordReader reader, RecordWriter writer, boolean closeOnCompletion)Write all values from the specified record reader to the specified record writer. -
Uses of RecordWriter in org.datavec.api.records.listener
Methods in org.datavec.api.records.listener with parameters of type RecordWriter Modifier and Type Method Description voidRecordListener. recordWrite(RecordWriter writer, Object record)Event listener for each record to be written. -
Uses of RecordWriter in org.datavec.api.records.listener.impl
Methods in org.datavec.api.records.listener.impl with parameters of type RecordWriter Modifier and Type Method Description voidLogRecordListener. recordWrite(RecordWriter writer, Object record) -
Uses of RecordWriter in org.datavec.api.records.reader.factory
Methods in org.datavec.api.records.reader.factory that return RecordWriter Modifier and Type Method Description RecordWriterRecordWriterFactory. create(URI uri) -
Uses of RecordWriter in org.datavec.api.records.writer.impl
Classes in org.datavec.api.records.writer.impl that implement RecordWriter Modifier and Type Class Description classFileRecordWriterclassLineRecordWriter -
Uses of RecordWriter in org.datavec.api.records.writer.impl.csv
Classes in org.datavec.api.records.writer.impl.csv that implement RecordWriter Modifier and Type Class Description classCSVRecordWriter -
Uses of RecordWriter in org.datavec.api.records.writer.impl.misc
Classes in org.datavec.api.records.writer.impl.misc that implement RecordWriter Modifier and Type Class Description classLibSvmRecordWriterclassMatlabRecordWriterclassSVMLightRecordWriter
-