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

Used to group Z-Axis fields together. Both OutputFieldZAxis and OutputFieldZAxisSynthetic fields may belong to this group. For more information see the OutputFieldZAxis class.
Inheritance: BasicOutputFieldGroup
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
RowInit ( ) : void

Initialize this group for a new row.

Method Details

RowInit() public method

Initialize this group for a new row.
public RowInit ( ) : void
return void