|  | ICrossValidationSubsets Interface | 
            Interface for generating subsets of data to be used in a cross validation
            process.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic interface ICrossValidationSubsets : ICloneable
Public Interface ICrossValidationSubsets
	Inherits ICloneable
public interface class ICrossValidationSubsets : ICloneable
type ICrossValidationSubsets = 
    interface
        interface ICloneable
    endThe ICrossValidationSubsets type exposes the following members.
 Methods
Methods Remarks
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
See Also