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
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method 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 method

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

OutputFieldZAxisSynthetic() public method

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

RowInit() public method

Not needed for this sort of output field.
public RowInit ( ) : void
return void