|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.normalize.output.BasicOutputField
org.encog.util.normalize.output.OutputFieldDirect
public class OutputFieldDirect
A direct output field, will simply pass the input value to the output.
Constructor Summary | |
---|---|
OutputFieldDirect()
Default constructor, used for reflection. |
|
OutputFieldDirect(InputField sourceField)
Construct a direct output field. |
Method Summary | |
---|---|
double |
calculate(int subfield)
Calculate the value for this field. |
int |
getSubfieldCount()
|
void |
rowInit()
Not needed for this sort of output field. |
String |
toString()
|
Methods inherited from class org.encog.util.normalize.output.BasicOutputField |
---|
isIdeal, setIdeal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OutputFieldDirect(InputField sourceField)
sourceField
- The source field to pass directly on.public OutputFieldDirect()
Method Detail |
---|
public double calculate(int subfield)
subfield
- Not used, as this output field type does not
support subfields.
public int getSubfieldCount()
public void rowInit()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |