Click or drag to resize
Accord.NET (logo)

CrossValidationValues Properties

The CrossValidationValues type exposes the following members.

Properties
  NameDescription
Public propertyModel
Gets the model.
(Inherited from CrossValidationValuesTModel.)
Public propertyTag
Gets or sets a tag for user-defined information.
(Inherited from CrossValidationValuesTModel.)
Public propertyTrainingValue
Gets the training value for the model.
(Inherited from CrossValidationValuesTModel.)
Public propertyTrainingVariance
Gets the variance of the training value for the model, if available.
(Inherited from CrossValidationValuesTModel.)
Public propertyValidationValue
Gets the validation value for the model.
(Inherited from CrossValidationValuesTModel.)
Public propertyValidationVariance
Gets the variance of the validation value for the model, if available.
(Inherited from CrossValidationValuesTModel.)
Top
See Also