|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.output.BasicOutputField
org.encog.normalize.output.OutputFieldGrouped
org.encog.normalize.output.zaxis.OutputFieldZAxisSynthetic
public class OutputFieldZAxisSynthetic
This field represents the synthetic value used in Z-Axis normalization. For more information see the OutputFieldZAxis class.
| Constructor Summary | |
|---|---|
OutputFieldZAxisSynthetic(OutputFieldGroup group)
Construct a synthetic output field for Z-Axis. |
|
| Method Summary | |
|---|---|
double |
calculate(int subfield)
Calculate the synthetic value for this Z-Axis normalization. |
int |
getSubfieldCount()
|
void |
rowInit()
Not needed for this sort of output field. |
| Methods inherited from class org.encog.normalize.output.OutputFieldGrouped |
|---|
getGroup, getSourceField |
| Methods inherited from class org.encog.normalize.output.BasicOutputField |
|---|
isIdeal, setIdeal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputFieldZAxisSynthetic(OutputFieldGroup group)
group - The Z-Axis group that this belongs to.| Method Detail |
|---|
public double calculate(int subfield)
subfield - Not used.
public int getSubfieldCount()
public void rowInit()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||