 | TrustRegionParameterCalcCalculationMessage Property |
If the algorithm succeeds the string will be empty. Otherwise it will
contain information about the failure.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string CalculationMessage { get; }
Public ReadOnly Property CalculationMessage As String
Get
public:
virtual property String^ CalculationMessage {
String^ get () sealed;
}
abstract CalculationMessage : string with get
override CalculationMessage : string with get
Property Value
StringImplements
ILogisticRegressionCalcCalculationMessage
See Also