org.encog.util.normalize.output
Class BasicOutputField
java.lang.Object
org.encog.util.normalize.output.BasicOutputField
- All Implemented Interfaces:
- Serializable, OutputField
- Direct Known Subclasses:
- OutputEquilateral, OutputFieldDirect, OutputFieldEncode, OutputFieldGrouped, OutputFieldRangeMapped, OutputOneOf
public abstract class BasicOutputField
- extends Object
- implements OutputField
Provides very basic functionality for output fields. Primarily provides
the ideal instance variable.
- See Also:
- Serialized Form
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 |
BasicOutputField
public BasicOutputField()
isIdeal
public boolean isIdeal()
- Specified by:
isIdeal
in interface OutputField
- Returns:
- Is this field part of the ideal data uses to train the
neural network.
setIdeal
public void setIdeal(boolean ideal)
- Set if this is an ideal field.
- Specified by:
setIdeal
in interface OutputField
- Parameters:
ideal
- Is this field part of the ideal data uses to train the
neural network.
Copyright © 2014. All Rights Reserved.