org.encog.ml.data.buffer
public class BinaryDataLoader extends Object
Constructor and Description |
---|
BinaryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC.
|
Modifier and Type | Method and Description |
---|---|
void |
binary2External(File binaryFile)
Convert an Encog binary file to an external form, such as CSV.
|
void |
external2Binary(File binaryFile)
Convert an external file format, such as CSV, to the Encog binary
training format.
|
DataSetCODEC |
getCodec() |
StatusReportable |
getStatus() |
void |
setStatus(StatusReportable theStatus)
Set the object that status is reported to.
|
public BinaryDataLoader(DataSetCODEC theCodec)
theCodec
- The codec to use.public void external2Binary(File binaryFile)
binaryFile
- The binary file to create.public void binary2External(File binaryFile)
binaryFile
- THe binary file to use.public StatusReportable getStatus()
public void setStatus(StatusReportable theStatus)
theStatus
- The object to report status to.public DataSetCODEC getCodec()
Copyright © 2014. All Rights Reserved.