Class KFoldsSubsets generates k-fold subsets for cross validation.

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

Syntax

C#
[SerializableAttribute]
public class KFoldsSubsets : ICrossValidationSubsets, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class KFoldsSubsets _
	Implements ICrossValidationSubsets, ICloneable
Visual C++
[SerializableAttribute]
public ref class KFoldsSubsets : ICrossValidationSubsets, 
	ICloneable

Remarks

Specifically, for a given integer, k, the row indices of the input data are partitioned into k subsets. The indices in each subset are chosen randomly.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.KFoldsSubsets

See Also