Package org.datavec.image.format
Class ImageInputFormat
- java.lang.Object
-
- org.datavec.api.formats.input.BaseInputFormat
-
- org.datavec.image.format.ImageInputFormat
-
- All Implemented Interfaces:
Serializable,InputFormat,Writable
public class ImageInputFormat extends BaseInputFormat
- Author:
- Adam Gibson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageInputFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordReadercreateReader(InputSplit split)RecordReadercreateReader(InputSplit split, Configuration conf)-
Methods inherited from class org.datavec.api.formats.input.BaseInputFormat
getType, readFields, toDouble, toFloat, toInt, toLong, write, writeType
-
-
-
-
Method Detail
-
createReader
public RecordReader createReader(InputSplit split, Configuration conf) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
createReader
public RecordReader createReader(InputSplit split) throws IOException, InterruptedException
- Specified by:
createReaderin interfaceInputFormat- Overrides:
createReaderin classBaseInputFormat- Throws:
IOExceptionInterruptedException
-
-