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, wait
calculate, getSubfieldCount, rowInit
public boolean isIdeal()
isIdeal
in interface OutputField
public void setIdeal(boolean ideal)
setIdeal
in interface OutputField
ideal
- Is this field part of the ideal data uses to train the
neural network.Copyright © 2014. All Rights Reserved.