Click or drag to resize
Accord.NET (logo)

SplitSetValidation Constructor (Int32, Double)

Creates a new split-set validation algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SplitSetValidation(
	int size,
	double proportion
)
Request Example View Source

Parameters

size
Type: SystemInt32
The total number of available samples.
proportion
Type: SystemDouble
The desired proportion of samples in the training set in comparison with the testing set.
See Also