|
CrossValidationTModel Constructor (Int32)
|
Creates a new k-fold cross-validation algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public CrossValidation(
int size
)
Public Sub New (
size As Integer
)
Request Example
View SourceParameters
- size
- Type: SystemInt32
The total number samples in the entire dataset.
See Also