org.encog.util.normalize.output
Class BasicOutputField
- java.lang.Object
-
- org.encog.util.normalize.output.BasicOutputField
-
- All Implemented Interfaces:
- java.io.Serializable, OutputField
- Direct Known Subclasses:
- OutputEquilateral, OutputFieldDirect, OutputFieldEncode, OutputFieldGrouped, OutputFieldRangeMapped, OutputOneOf
public abstract class BasicOutputField extends java.lang.Object implements OutputField
Provides very basic functionality for output fields. Primarily provides the ideal instance variable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BasicOutputField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanisIdeal()voidsetIdeal(boolean ideal)Set if this is an ideal field.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.encog.util.normalize.output.OutputField
calculate, getSubfieldCount, rowInit
-
-
-
-
Method Detail
-
isIdeal
public boolean isIdeal()
- Specified by:
isIdealin interfaceOutputField- 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:
setIdealin interfaceOutputField- Parameters:
ideal- Is this field part of the ideal data uses to train the neural network.
-
-
DMelt 3.0 © DataMelt by jWork.ORG