C# Class Encog.Normalize.Output.Multiplicative.MultiplicativeGroup

Used to group multiplicative fields together.
Inheritance: BasicOutputFieldGroup
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
RowInit ( ) : void

Called to init this group for a new field. This recalculates the "length".

Method Details

RowInit() public method

Called to init this group for a new field. This recalculates the "length".
public RowInit ( ) : void
return void