Click or drag to resize

ICrossValidationSubsets Interface

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface ICrossValidationSubsets : ICloneable

The ICrossValidationSubsets type exposes the following members.

Methods
 NameDescription
Public methodGetTestingSubsets(DataFrame, DataFrame) Get cross validation testing subsets from the given partial least squares data.
Public methodGetTestingSubsets(DoubleMatrix, DoubleMatrix) Get cross validation testing subsets from the given partial least squares data.
Top
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