CrossValidationStatistics Properties |
The CrossValidationStatistics type exposes the following members.
Name | Description | |
---|---|---|
Mean |
Gets the mean of the performance statistics.
| |
PooledStandardDeviation |
Gets the pooled standard deviation of the performance statistics.
| |
PooledVariance |
Gets the pooled variance of the performance statistics.
| |
Sizes |
Gets the number of samples used to compute the variance
of the values acquired during the cross-validation.
| |
StandardDeviation |
Gets the standard deviation of the performance statistics.
| |
Tag |
Gets or sets a tag for user-defined information.
| |
Values |
Gets the values acquired during the cross-validation.
Most often those will be the errors for each folding.
| |
Variance |
Gets the variance of the performance statistics.
| |
Variances |
Gets the variance for each value acquired during the cross-validation.
Most often those will be the error variance for each folding.
|