Constructs a KFoldsSubsets instance for the given value of k.

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

Syntax

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

Parameters

k
Type: System..::.Int32
Size of each subset in the partition.

See Also