Uses of Class
org.datavec.api.exceptions.DataVecException
-
Packages that use DataVecException Package Description org.datavec.api.formats.output org.datavec.api.formats.output.impl -
-
Uses of DataVecException in org.datavec.api.formats.output
Methods in org.datavec.api.formats.output that throw DataVecException Modifier and Type Method Description RecordWriter
OutputFormat. createWriter(Configuration conf)
Create a record writer -
Uses of DataVecException in org.datavec.api.formats.output.impl
Methods in org.datavec.api.formats.output.impl that throw DataVecException Modifier and Type Method Description RecordWriter
CSVOutputFormat. createWriter(Configuration conf)
RecordWriter
LibSvmOutputFormat. createWriter(Configuration conf)
RecordWriter
LineOutputFormat. createWriter(Configuration conf)
RecordWriter
SVMLightOutputFormat. createWriter(Configuration conf)
-