org.encog.ml.data.buffer
public class MemoryDataLoader extends Object
Constructor and Description |
---|
MemoryDataLoader(DataSetCODEC theCodec)
Construct a loader with the specified CODEC.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public MemoryDataLoader(DataSetCODEC theCodec)
theCodec
- The codec to use.public final MLDataSet external2Memory()
public DataSetCODEC getCodec()
public BasicMLDataSet getResult()
public StatusReportable getStatus()
public void setResult(BasicMLDataSet theResult)
theResult
- The resulting dataset.public void setStatus(StatusReportable theStatus)
theStatus
- The object to report status to.Copyright © 2014. All Rights Reserved.