|
CrossValidationStatistics Constructor (Int32, 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
)
Public Sub New (
sizes As Integer(),
statistics As Double()
)
Request Example
View SourceParameters
- sizes
- Type: SystemInt32
The number of samples used to compute the statistics. - statistics
- Type: SystemDouble
The performance statistics gathered during the run.
See Also