Package org.datavec.api.records.mapper
Class RecordMapper
- java.lang.Object
-
- org.datavec.api.records.mapper.RecordMapper
-
public class RecordMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description RecordMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopy()Copy theRecordReaderdata using theRecordWriter.
-
-
-
Method Detail
-
copy
public void copy() throws ExceptionCopy theRecordReaderdata using theRecordWriter. Note that unless batch is supported by both theRecordReaderandRecordWriterthen writes will happen one at a time. You can see if batch is enabled viaRecordReader.batchesSupported()andRecordWriter.supportsBatch()respectively.- Throws:
Exception
-
-