Gets the number of samples that will be used for testing.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int NumTestingSamples { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumTestingSamples As Integer
Visual C++
public:
property int NumTestingSamples {
	int get ();
}

See Also