|
CrossValidation Constructor (Int32, Int32)
|
Note: This API is now obsolete.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use CrossValidation<TModel, TInput> instead.")]
public CrossValidation(
int[] indices,
int folds
)
<ObsoleteAttribute("Please use CrossValidation<TModel, TInput> instead.")>
Public Sub New (
indices As Integer(),
folds As Integer
)
Request Example
View SourceParameters
- indices
- Type: SystemInt32
- folds
- Type: SystemInt32
See Also