Click or drag to resize
Accord.NET (logo)

ToolsRandomGroups Method (Int32, Int32, Int32)

Note: This API is now obsolete.

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

Parameters

labels
Type: SystemInt32
classes
Type: SystemInt32
groups
Type: SystemInt32

Return Value

Type: Int32
See Also