Click or drag to resize
Accord.NET (logo)

CrossValidationStatistics Properties

The CrossValidationStatistics type exposes the following members.

Properties
  NameDescription
Public propertyMean
Gets the mean of the performance statistics.
Public propertyPooledStandardDeviation
Gets the pooled standard deviation of the performance statistics.
Public propertyPooledVariance
Gets the pooled variance of the performance statistics.
Public propertySizes
Gets the number of samples used to compute the variance of the values acquired during the cross-validation.
Public propertyStandardDeviation
Gets the standard deviation of the performance statistics.
Public propertyTag
Gets or sets a tag for user-defined information.
Public propertyValues
Gets the values acquired during the cross-validation. Most often those will be the errors for each folding.
Public propertyVariance
Gets the variance of the performance statistics.
Public propertyVariances
Gets the variance for each value acquired during the cross-validation. Most often those will be the error variance for each folding.
Top
See Also