Click or drag to resize
Accord.NET (logo)

CrossValidationSplittings Method (Int32, Int32, Int32)

Note: This API is now obsolete.

Obsolete. Please use Classes.Random(labels, classes, folds) instead.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Classes.Random(labels, classes, folds) instead.")]
public static int[] Splittings(
	int[] labels,
	int classes,
	int folds
)
Request Example View Source

Parameters

labels
Type: SystemInt32
classes
Type: SystemInt32
folds
Type: SystemInt32

Return Value

Type: Int32
See Also