Constructs a KFoldsSubsets instance for the given value of k, and the given random number generator.

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

Syntax

C#
public KFoldsSubsets(
	int k,
	QuasiRandomNumberGenerator rng
)
Visual Basic (Declaration)
Public Sub New ( _
	k As Integer, _
	rng As QuasiRandomNumberGenerator _
)
Visual C++
public:
KFoldsSubsets(
	int k, 
	QuasiRandomNumberGenerator^ rng
)

Parameters

k
Type: System..::.Int32
Size of each subset in the partition.
rng
Type: CenterSpace.NMath.Core..::.QuasiRandomNumberGenerator
A one dimensional quasi-random number generator.

See Also