Uses of Interface
org.encog.util.normalize.output.OutputFieldGroup

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

Uses of OutputFieldGroup in org.encog.util.normalize
 

Methods in org.encog.util.normalize that return types with arguments of type OutputFieldGroup
 Set<OutputFieldGroup> DataNormalization.getGroups()
           
 

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

Classes in org.encog.util.normalize.output that implement OutputFieldGroup
 class BasicOutputFieldGroup
          Provides very basic functionality that other output field groups will use.
 

Methods in org.encog.util.normalize.output that return OutputFieldGroup
 OutputFieldGroup OutputFieldGrouped.getGroup()
           
 

Constructors in org.encog.util.normalize.output with parameters of type OutputFieldGroup
OutputFieldGrouped(OutputFieldGroup group, InputField sourceField)
          Construct a grouped output field.
 

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

Classes in org.encog.util.normalize.output.multiplicative that implement OutputFieldGroup
 class MultiplicativeGroup
          Used to group multiplicative fields together.
 

Constructors in org.encog.util.normalize.output.multiplicative with parameters of type OutputFieldGroup
OutputFieldMultiplicative(OutputFieldGroup group, InputField field)
          Construct a multiplicative output field.
 

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

Classes in org.encog.util.normalize.output.zaxis that implement OutputFieldGroup
 class ZAxisGroup
          Used to group Z-Axis fields together.
 

Constructors in org.encog.util.normalize.output.zaxis with parameters of type OutputFieldGroup
OutputFieldZAxis(OutputFieldGroup group, InputField field)
          Construct a ZAxis output field.
OutputFieldZAxisSynthetic(OutputFieldGroup group)
          Construct a synthetic output field for Z-Axis.
 



Copyright © 2014. All Rights Reserved.