org.encog.util.normalize.output
public interface OutputFieldGroup extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addField(OutputFieldGrouped field)
Add an output field to the group.
|
Collection<OutputFieldGrouped> |
getGroupedFields() |
void |
rowInit()
Init the group for a new row.
|
void addField(OutputFieldGrouped field)
field
- The field to add.Collection<OutputFieldGrouped> getGroupedFields()
void rowInit()
Copyright © 2014. All Rights Reserved.