org.encog.util.normalize.output.zaxis
Class ZAxisGroup

java.lang.Object
  extended by org.encog.util.normalize.output.BasicOutputFieldGroup
      extended by 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

Constructor Summary
ZAxisGroup()
           
 
Method Summary
 double getLength()
           
 double getMultiplier()
           
 void rowInit()
          Initialize this group for a new row.
 
Methods inherited from class org.encog.util.normalize.output.BasicOutputFieldGroup
addField, getGroupedFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZAxisGroup

public ZAxisGroup()
Method Detail

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.