Click or drag to resize
Accord.NET (logo)

SplitSetStatisticsTModel Properties

The SplitSetStatisticsTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets the model created with the
Public propertySize
Gets the number of samples used to compute the variance of the values acquired during the validation.
Public propertyStandardDeviation
Gets the standard deviation of the performance statistic.
Public propertyTag
Gets or sets a tag for user-defined information.
Public propertyValue
Gets the values acquired during the cross-validation. Most often those will be the errors for each folding.
Public propertyVariance
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