org.encog.util.normalize.output.zaxis
Class ZAxisGroup
java.lang.Object
org.encog.util.normalize.output.BasicOutputFieldGroup
org.encog.util.normalize.output.zaxis.ZAxisGroup
- All Implemented Interfaces:
- Serializable, OutputFieldGroup
public class ZAxisGroup
- extends BasicOutputFieldGroup
Used to group Z-Axis fields together. Both OutputFieldZAxis and
OutputFieldZAxisSynthetic fields may belong to this group. For
more information see the OutputFieldZAxis class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZAxisGroup
public ZAxisGroup()
getLength
public double getLength()
- Returns:
- The vector length.
getMultiplier
public double getMultiplier()
- Returns:
- The value to multiply the other values by to normalize them.
rowInit
public void rowInit()
- Initialize this group for a new row.
Copyright © 2014. All Rights Reserved.