Interface implemented by classes used to train an Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public interface ITrainer
Visual Basic (Declaration)
Public Interface ITrainer
Visual C++
public interface class ITrainer

Remarks

The method Train is used to adjust the Weights in a network to best fit a set of observed data. After a Network is trained, the other methods in this interface can be used to check the quality of the fit.

See Also