Documentation of 'org.encog.util.simple.TrainingSetUtil' Java class
TrainingSetUtil
org.encog.util.simple

Class TrainingSetUtil



  • public class TrainingSetUtil
    extends java.lang.Object
    • Constructor Detail

      • TrainingSetUtil

        public TrainingSetUtil()
    • Method Detail

      • loadCSVTOMemory

        public static MLDataSet loadCSVTOMemory(CSVFormat format,
                                                java.lang.String filename,
                                                boolean headers,
                                                int inputSize,
                                                int idealSize)
        Load a CSV file into a memory dataset.
        Parameters:
        format - The CSV format to use.
        filename - The filename to load.
        headers - True if there is a header line.
        inputSize - The input size. Input always comes first in a file.
        idealSize - The ideal size, 0 for unsupervised.
        Returns:
        A NeuralDataSet that holds the contents of the CSV file.
      • trainingToArray

        public static ObjectPair<double[][],double[][]> trainingToArray(MLDataSet training)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.