DRTSettingsLambda Property |
Gets or sets the regularization parameter lambda used in the DRT calculation.
Namespace: RelaxIS_SDK.RelaxISWCFLink.DRTAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double Lambda { get; set; }
Public Property Lambda As Double
Get
Set
Dim instance As DRTSettings
Dim value As Double
value = instance.Lambda
instance.Lambda = value
Property Value
DoubleSee Also