Click or drag to resize
Accord.NET (logo)

CrossValidation Constructor (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 size
)
Request Example View Source

Parameters

size
Type: SystemInt32
See Also