Documentation of 'org.encog.ml.data.buffer.MemoryDataLoader' Java class
MemoryDataLoader
org.encog.ml.data.buffer

Class MemoryDataLoader



  • public class MemoryDataLoader
    extends java.lang.Object
    This class is used, together with a CODEC, load training data from some external file into an Encog memory-based training set.
    • Constructor Detail

      • MemoryDataLoader

        public MemoryDataLoader(DataSetCODEC theCodec)
        Construct a loader with the specified CODEC.
        Parameters:
        theCodec - The codec to use.
    • Method Detail

      • external2Memory

        public final MLDataSet external2Memory()
        Convert an external file format, such as CSV, to an Encog memory training set.
        Returns:
        The binary file to create.
      • getCodec

        public DataSetCODEC getCodec()
        Returns:
        The CODEC that is being used.
      • getResult

        public BasicMLDataSet getResult()
        Returns:
        The resuling dataset.
      • getStatus

        public StatusReportable getStatus()
        Returns:
        The object that status is reported to.
      • setResult

        public void setResult(BasicMLDataSet theResult)
        Set the resulting dataset.
        Parameters:
        theResult - The resulting dataset.
      • setStatus

        public void setStatus(StatusReportable theStatus)
        Set the object that status will be reported to.
        Parameters:
        theStatus - The object to report status to.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.