Click or drag to resize
Accord.NET (logo)

CrossValidationStatistics Constructor (Int32, Double, Double)

Create a new cross-validation statistics class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public CrossValidationStatistics(
	int[] sizes,
	double[] statistics,
	double[] variances
)
Request Example View Source

Parameters

sizes
Type: SystemInt32
The number of samples used to compute the statistics.
statistics
Type: SystemDouble
The performance statistics gathered during the run.
variances
Type: SystemDouble
The variance of the statistics gathered during the run, if available.
See Also