| Name | Description | Type | Package | Framework |
| BasicOutputField | Provides very basic functionality for output fields. | Class | org.encog.util.normalize.output | HeatonReasearch |
| BasicOutputFieldGroup | Provides very basic functionality that other output field groups will use. | Class | org.encog.util.normalize.output | HeatonReasearch |
| MappedRange | Simple class that is used internally to hold a range mapping. | Class | org.encog.util.normalize.output.mapped | HeatonReasearch |
| MultiplicativeGroup | Used to group multiplicative fields together. | Class | org.encog.util.normalize.output.multiplicative | HeatonReasearch |
| NominalItem | Class | org.encog.util.normalize.output.nominal | HeatonReasearch | |
| OutputEquilateral | Allows nominal items to be encoded using the equilateral method. | Class | org.encog.util.normalize.output.nominal | HeatonReasearch |
| OutputField | An output field, this represents the actual output from the normalization. | Interface | org.encog.util.normalize.output | HeatonReasearch |
| OutputFieldDirect | A direct output field, will simply pass the input value to the output. | Class | org.encog.util.normalize.output | HeatonReasearch |
| OutputFieldEncode | An encoded output field. | Class | org.encog.util.normalize.output.mapped | HeatonReasearch |
| OutputFieldGroup | Output fields can be grouped together if they are calculated together. | Interface | org.encog.util.normalize.output | HeatonReasearch |
| OutputFieldGrouped | Defines an output field that can be grouped. | Class | org.encog.util.normalize.output | HeatonReasearch |
| OutputFieldMultiplicative | Both the multiplicative and z-axis normalization types allow a group of outputs to be adjusted so that the "vector length" is 1. | Class | org.encog.util.normalize.output.multiplicative | HeatonReasearch |
| OutputFieldRangeMapped | A ranged mapped output field. | Class | org.encog.util.normalize.output | HeatonReasearch |
| 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 | org.encog.util.normalize.output.zaxis | HeatonReasearch |
| OutputFieldZAxisSynthetic | This field represents the synthetic value used in Z-Axis normalization. | Class | org.encog.util.normalize.output.zaxis | HeatonReasearch |
| OutputOneOf | An output field that uses the "on of" technique to represent input data. | Class | org.encog.util.normalize.output.nominal | HeatonReasearch |
| RequireTwoPass | Interface | org.encog.util.normalize.output | HeatonReasearch | |
| ZAxisGroup | Used to group Z-Axis fields together. | Class | org.encog.util.normalize.output.zaxis | HeatonReasearch |