|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.data.buffer.MemoryDataLoader
public class MemoryDataLoader
This class is used, together with a CODEC, load training data from some external file into an Encog memory-based training set.
| Constructor Summary | |
|---|---|
MemoryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC. |
|
| Method Summary | |
|---|---|
MLDataSet |
external2Memory()
Convert an external file format, such as CSV, to an Encog memory training set. |
DataSetCODEC |
getCodec()
|
BasicMLDataSet |
getResult()
|
StatusReportable |
getStatus()
|
void |
setResult(BasicMLDataSet theResult)
Set the resulting dataset. |
void |
setStatus(StatusReportable theStatus)
Set the object that status will be reported to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemoryDataLoader(DataSetCODEC theCodec)
theCodec - The codec to use.| Method Detail |
|---|
public final MLDataSet external2Memory()
public final DataSetCODEC getCodec()
public final BasicMLDataSet getResult()
public final StatusReportable getStatus()
public final void setResult(BasicMLDataSet theResult)
theResult - The resulting dataset.public final void setStatus(StatusReportable theStatus)
theStatus - The object to report status to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||