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.SerializableOutput fields can be grouped together if they are calculated together. This interface defines how a field group works.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddField(OutputFieldGrouped field)Add an output field to the group.java.util.Collection<OutputFieldGrouped>getGroupedFields()voidrowInit()Init the group for a new row.
-
-
-
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