Uses of Class
org.encog.util.normalize.output.OutputFieldGrouped

Packages that use OutputFieldGrouped
org.encog.util.normalize.output   
org.encog.util.normalize.output.multiplicative   
org.encog.util.normalize.output.zaxis   
 

Uses of OutputFieldGrouped in org.encog.util.normalize.output
 

Methods in org.encog.util.normalize.output that return types with arguments of type OutputFieldGrouped
 Collection<OutputFieldGrouped> BasicOutputFieldGroup.getGroupedFields()
           
 Collection<OutputFieldGrouped> OutputFieldGroup.getGroupedFields()
           
 

Methods in org.encog.util.normalize.output with parameters of type OutputFieldGrouped
 void BasicOutputFieldGroup.addField(OutputFieldGrouped field)
          Add a field to this group.
 void OutputFieldGroup.addField(OutputFieldGrouped field)
          Add an output field to the group.
 

Uses of OutputFieldGrouped in org.encog.util.normalize.output.multiplicative
 

Subclasses of OutputFieldGrouped in org.encog.util.normalize.output.multiplicative
 class OutputFieldMultiplicative
          Both the multiplicative and z-axis normalization types allow a group of outputs to be adjusted so that the "vector length" is 1.
 

Uses of OutputFieldGrouped in org.encog.util.normalize.output.zaxis
 

Subclasses of OutputFieldGrouped in org.encog.util.normalize.output.zaxis
 class OutputFieldZAxis
          Both the multiplicative and z-axis normalization types allow a group of outputs to be adjusted so that the "vector length" is 1.
 class OutputFieldZAxisSynthetic
          This field represents the synthetic value used in Z-Axis normalization.
 



Copyright © 2014. All Rights Reserved.