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

Interface OutputFieldGroup

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BasicOutputFieldGroup, MultiplicativeGroup, ZAxisGroup


    public interface OutputFieldGroup
    extends java.io.Serializable
    Output fields can be grouped together if they are calculated together. This interface defines how a field group works.
    • Method Detail

      • addField

        void addField(OutputFieldGrouped field)
        Add an output field to the group.
        Parameters:
        field - The field to add.
      • getGroupedFields

        java.util.Collection<OutputFieldGrouped> getGroupedFields()
        Returns:
        All of the output fields in this group.
      • rowInit

        void rowInit()
        Init the group for a new row.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.