Click or drag to resize
Accord.NET (logo)

SplitSetStatistics Constructor

Create a new split-set statistics class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public SplitSetStatistics(
	Object model,
	int size,
	double value,
	double variance
)
Request Example View Source

Parameters

model
Type: SystemObject
The generated model.
size
Type: SystemInt32
The number of samples used to compute the statistic.
value
Type: SystemDouble
The performance statistic gathered during the run.
variance
Type: SystemDouble
The variance of the performance statistic during the run.
See Also