org.encog.util.normalize.output
Class OutputFieldGrouped
java.lang.Object
org.encog.util.normalize.output.BasicOutputField
org.encog.util.normalize.output.OutputFieldGrouped
- All Implemented Interfaces:
- Serializable, OutputField
- Direct Known Subclasses:
- OutputFieldMultiplicative, OutputFieldZAxis, OutputFieldZAxisSynthetic
public abstract class OutputFieldGrouped
- extends BasicOutputField
Defines an output field that can be grouped. Groupable classes
will extend this class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputFieldGrouped
public OutputFieldGrouped()
- Default constructor, used mainly for reflection.
OutputFieldGrouped
public OutputFieldGrouped(OutputFieldGroup group,
InputField sourceField)
- Construct a grouped output field.
- Parameters:
group
- The group that this field belongs to.sourceField
- The source field for this output field.
getGroup
public OutputFieldGroup getGroup()
- Returns:
- The group that this field belongs to.
getSourceField
public InputField getSourceField()
- Returns:
- The source field for this output field.
Copyright © 2014. All Rights Reserved.