Documentation of 'org.encog.util.normalize.input.InputFieldMLDataSet' Java class
InputFieldMLDataSet
org.encog.util.normalize.input

Class InputFieldMLDataSet

    • Constructor Detail

      • InputFieldMLDataSet

        public InputFieldMLDataSet(boolean usedForNetworkInput,
                                   NeuralDataSet data,
                                   int offset)
        Construct a input field based on a NeuralDataSet.
        Parameters:
        usedForNetworkInput - Is this field used for neural input.
        data - The data set to use.
        offset - The input or ideal index to use. This treats the input and ideal as one long array, concatenated together.
    • Method Detail

      • getNeuralDataSet

        public NeuralDataSet getNeuralDataSet()
        Returns:
        The neural data set to read.
      • getOffset

        public int getOffset()
        Returns:
        The field to be accessed. This treats the input and ideal as one long array, concatenated together.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.