Trains a FeedForwardNetwork using a
Levenberg-Marquardt algorithm for minimizing a sum of squares error.
Namespace:
Imsl.DataMining.Neural
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class LeastSquaresTrainer : ITrainer |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class LeastSquaresTrainer _ Implements ITrainer |
Visual C++ |
---|
[SerializableAttribute] public ref class LeastSquaresTrainer : ITrainer |