C# Class Encog.Normalize.Output.ZAxis.OutputFieldZAxisSynthetic

This field represents the synthetic value used in Z-Axis normalization. For more information see the OutputFieldZAxis class.
Inheritance: OutputFieldGrouped
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Calculate ( int subfield ) : double

Calculate the synthetic value for this Z-Axis normalization.

OutputFieldZAxisSynthetic ( IOutputFieldGroup group ) : System

Construct a synthetic output field for Z-Axis.

RowInit ( ) : void

Not needed for this sort of output field.

Method Details

Calculate() public méthode

Calculate the synthetic value for this Z-Axis normalization.
public Calculate ( int subfield ) : double
subfield int Not used.
Résultat double

OutputFieldZAxisSynthetic() public méthode

Construct a synthetic output field for Z-Axis.
public OutputFieldZAxisSynthetic ( IOutputFieldGroup group ) : System
group IOutputFieldGroup The Z-Axis group that this belongs to.
Résultat System

RowInit() public méthode

Not needed for this sort of output field.
public RowInit ( ) : void
Résultat void