Documentation of 'org.encog.util.normalize.output.OutputField' Java class
OutputField
org.encog.util.normalize.output

Interface OutputField

    • Method Detail

      • calculate

        double calculate(int subfield)
        Calculate the value for this field. Specify subfield of zero if this is a simple field.
        Parameters:
        subfield - The subfield index.
        Returns:
        The calculated value for this field.
      • getSubfieldCount

        int getSubfieldCount()
        Returns:
        The numebr of fields that will actually be generated by this field. For a simple field, this value is 1.
      • isIdeal

        boolean isIdeal()
        Returns:
        Is this field part of the ideal data uses to train the neural network.
      • rowInit

        void rowInit()
        Init this field for a new row.
      • setIdeal

        void setIdeal(boolean ideal)
        Set whether this field is part of the ideal output for a network.
        Parameters:
        ideal - True if this field is ideal.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.