|
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
Syntaxpublic int[][] Folds { get; }
Public ReadOnly Property Folds As Integer()()
Get
Request Example
View SourceProperty Value
Type:
Int32[][]
See Also