Click or drag to resize

KFoldsSubsets(Int32) Constructor

Constructs a KFoldsSubsets instance for the given value of k.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public KFoldsSubsets(
	int k
)

Parameters

k  Int32
Size of each subset in the partition.
See Also