| LeastSquaresTrainerInitialTrustRegion Property |
The initial trust region.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double InitialTrustRegion { get; set; }Public Overridable Property InitialTrustRegion As Double
Get
Set
public:
virtual property double InitialTrustRegion {
double get ();
void set (double value);
}abstract InitialTrustRegion : float with get, set
override InitialTrustRegion : float with get, set
Property Value
Type:
Double
A
double which specifies the initial trust region radius.
Remarks
By default, InitialTrustRegion = -999.0, an unlimited trust region.
The value of InitialTrustRegion will be equal to -999.0 if the
default value is to be used and the Train method has not been called.
See Also