Interface for generating subsets of data to be used in a cross validation process.

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

Syntax

C#
public interface ICrossValidationSubsets : ICloneable
Visual Basic (Declaration)
Public Interface ICrossValidationSubsets _
	Implements ICloneable
Visual C++
public interface class ICrossValidationSubsets : ICloneable

Remarks

Each subset contains row indices present in the provided independent and dependent data. These matrices should contain the same number of rows.

See Also