 | PLS2CrossValidationMessage Property |
Gets any message that may have been generated by the computation. For
example, if the calculation is unsuccessful, the message indicates the
reason.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string Message { get; }
Public ReadOnly Property Message As String
Get
public:
property String^ Message {
String^ get ();
}
member Message : string with get
Property Value
String
See Also