|
CrossValidationTModelFolds Property
|
Gets the array of data set indexes contained in each fold.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public int[][] Folds { get; }
Public ReadOnly Property Folds As Integer()()
Get
Request Example
View SourceProperty Value
Type:
Int32See Also