Click or drag to resize
Accord.NET (logo)

CrossValidationValuesTModel Properties

The CrossValidationValuesTModel generic type exposes the following members.

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