|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.data.buffer.BinaryDataLoader
public class BinaryDataLoader
This class is used, together with a CODEC, to move data to/from the Encog binary training file format. The same Encog binary files can be used on all Encog platforms. CODEC's are used to import/export with other formats, such as CSV.
| Constructor Summary | |
|---|---|
BinaryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryDataLoader(DataSetCODEC theCodec)
theCodec - The codec to use.| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||