org.encog.util.normalize.output
public abstract class BasicOutputField extends Object implements OutputField
| Constructor and Description |
|---|
BasicOutputField() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIdeal() |
void |
setIdeal(boolean ideal)
Set if this is an ideal field.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, getSubfieldCount, rowInitpublic 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.Copyright © 2014. All Rights Reserved.