 | PLS1CrossValidationDataNumTestingSamples Property |
Gets the number of samples that will be used for testing.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int NumTestingSamples { get; }
Public ReadOnly Property NumTestingSamples As Integer
Get
public:
property int NumTestingSamples {
int get ();
}
member NumTestingSamples : int with get
Property Value
Type:
Int32
See Also