|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.output.BasicOutputField
org.encog.normalize.output.OutputFieldGrouped
public abstract class OutputFieldGrouped
Defines an output field that can be grouped. Groupable classes will extend this class.
| Constructor Summary | |
|---|---|
OutputFieldGrouped()
Default constructor, used mainly for reflection. |
|
OutputFieldGrouped(OutputFieldGroup group,
InputField sourceField)
Construct a grouped output field. |
|
| Method Summary | |
|---|---|
OutputFieldGroup |
getGroup()
|
InputField |
getSourceField()
|
| Methods inherited from class org.encog.normalize.output.BasicOutputField |
|---|
isIdeal, setIdeal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.encog.normalize.output.OutputField |
|---|
calculate, getSubfieldCount, rowInit |
| Constructor Detail |
|---|
public OutputFieldGrouped()
public OutputFieldGrouped(OutputFieldGroup group,
InputField sourceField)
group - The group that this field belongs to.sourceField - The source field for this output field.| Method Detail |
|---|
public OutputFieldGroup getGroup()
public InputField getSourceField()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||