|
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
public abstract class BasicOutputField
Provides very basic functionality for output fields. Primarily provides the ideal instance variable.
| Constructor Summary | |
|---|---|
BasicOutputField()
|
|
| Method Summary | |
|---|---|
boolean |
isIdeal()
|
void |
setIdeal(boolean ideal)
Set if this is an ideal field. |
| 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 BasicOutputField()
| Method Detail |
|---|
public boolean isIdeal()
isIdeal in interface OutputFieldpublic void setIdeal(boolean ideal)
setIdeal in interface OutputFieldideal - Is this field part of the ideal data uses to train the
neural network.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||