org.encog.util.normalize.output.zaxis
Class OutputFieldZAxisSynthetic
- java.lang.Object
-
- org.encog.util.normalize.output.BasicOutputField
-
- org.encog.util.normalize.output.OutputFieldGrouped
-
- org.encog.util.normalize.output.zaxis.OutputFieldZAxisSynthetic
-
- All Implemented Interfaces:
- java.io.Serializable, OutputField
public class OutputFieldZAxisSynthetic extends OutputFieldGrouped
This field represents the synthetic value used in Z-Axis normalization. For more information see the OutputFieldZAxis class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description OutputFieldZAxisSynthetic(OutputFieldGroup group)Construct a synthetic output field for Z-Axis.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublecalculate(int subfield)Calculate the synthetic value for this Z-Axis normalization.intgetSubfieldCount()voidrowInit()Not needed for this sort of output field.-
Methods inherited from class org.encog.util.normalize.output.OutputFieldGrouped
getGroup, getSourceField
-
Methods inherited from class org.encog.util.normalize.output.BasicOutputField
isIdeal, setIdeal
-
-
-
-
Constructor Detail
-
OutputFieldZAxisSynthetic
public OutputFieldZAxisSynthetic(OutputFieldGroup group)
Construct a synthetic output field for Z-Axis.- Parameters:
group- The Z-Axis group that this belongs to.
-
-
Method Detail
-
calculate
public double calculate(int subfield)
Calculate the synthetic value for this Z-Axis normalization.- Parameters:
subfield- Not used.- Returns:
- The calculated value.
-
getSubfieldCount
public int getSubfieldCount()
- Returns:
- The subfield count, which is one, as this field type does not have subfields.
-
rowInit
public void rowInit()
Not needed for this sort of output field.
-
-
DMelt 3.0 © DataMelt by jWork.ORG