C# (CSharp) Encog.Normalize.Output Namespace

Nested Namespaces

Encog.Normalize.Output.Mapped
Encog.Normalize.Output.Multiplicative
Encog.Normalize.Output.Nominal
Encog.Normalize.Output.ZAxis

Classes

Name Description
BasicOutputField Provides very basic functionality for output fields. Primarily provides the ideal instance variable.
BasicOutputFieldGroup Provides very basic functionality that other output field groups will use. Mainly provides the list of fields that are grouped.
OutputFieldDirect A direct output field, will simply pass the input value to the output.
OutputFieldGrouped Defines an output field that can be grouped. Groupable classes will extend this class.
OutputFieldRangeMapped A ranged mapped output field. This will scale the input so that it is between the high and low value.