Documentation of 'org.encog.util.normalize.target.NormalizationStorageNeuralDataSet' Java class
NormalizationStorageNeuralDataSet
org.encog.util.normalize.target

Class NormalizationStorageNeuralDataSet

    • Constructor Detail

      • NormalizationStorageNeuralDataSet

        public NormalizationStorageNeuralDataSet()
      • NormalizationStorageNeuralDataSet

        public NormalizationStorageNeuralDataSet(int inputCount,
                                                 int idealCount)
        Construct a new NeuralDataSet based on the parameters specified.
        Parameters:
        inputCount - The input count.
        idealCount - The output count.
      • NormalizationStorageNeuralDataSet

        public NormalizationStorageNeuralDataSet(MLDataSet dataset)
        Construct a normalized neural storage class to hold data.
        Parameters:
        dataset - The data set to store to. This uses an existing data set.
    • Method Detail

      • write

        public void write(double[] data,
                          int inputCount)
        Write an array.
        Specified by:
        write in interface NormalizationStorage
        Parameters:
        data - The data to write.
        inputCount - How much of the data is input.
      • getDataset

        public MLDataSet getDataset()
        Returns:
        The dataset used.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.