 | KFoldsSubsets(Int32) Constructor |
Constructs a KFoldsSubsets instance for the given value of k.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic KFoldsSubsets(
int k
)
Public Sub New (
k As Integer
)
public:
KFoldsSubsets(
int k
)
new :
k : int -> KFoldsSubsets
Parameters
- k Int32
- Size of each subset in the partition.
See Also