org.encog.util.normalize.output
Interface OutputFieldGroup

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicOutputFieldGroup, MultiplicativeGroup, ZAxisGroup

public interface OutputFieldGroup
extends Serializable

Output fields can be grouped together if they are calculated together. This interface defines how a field group works.


Method Summary
 void addField(OutputFieldGrouped field)
          Add an output field to the group.
 Collection<OutputFieldGrouped> getGroupedFields()
           
 void rowInit()
          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

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

rowInit

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



Copyright © 2014. All Rights Reserved.