Click or drag to resize
Accord.NET (logo)

CrossValidation< TModel, TLearner, TInput, TOutput> . Folds Property

Gets the array of data set indexes contained in each fold.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int[][] Folds { get; }
Request Example View Source

Property Value

Type:Int32[][]
See Also