Click or drag to resize
Accord.NET (logo)

SplitSetStatistics Properties

The SplitSetStatistics type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets the model created with the
(Inherited from SplitSetStatisticsTModel.)
Public propertySize
Gets the number of samples used to compute the variance of the values acquired during the validation.
(Inherited from SplitSetStatisticsTModel.)
Public propertyStandardDeviation
Gets the standard deviation of the performance statistic.
(Inherited from SplitSetStatisticsTModel.)
Public propertyTag
Gets or sets a tag for user-defined information.
(Inherited from SplitSetStatisticsTModel.)
Public propertyValue
Gets the values acquired during the cross-validation. Most often those will be the errors for each folding.
(Inherited from SplitSetStatisticsTModel.)
Public propertyVariance
Gets the variance for each value acquired during the cross-validation. Most often those will be the error variance for each folding.
(Inherited from SplitSetStatisticsTModel.)
Top
See Also