Click or drag to resize
Accord.NET (logo)

SetResultTModel Properties

The SetResultTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyIndices
Gets the indices of the samples in this subset in the original complete dataset.
Public propertyModel
Gets the model.
Public propertyName
Gets or sets the set name (e.g. "Training" or "Testing").
Public propertyNumberOfSamples
Gets the number of samples in this subset.
Public propertyProportion
Gets how much this subset represents, in proportion, of the original dataset.
Public propertyStandardDeviation
Gets the standard deviation of the validation value for the model, if available.
Public propertyTag
Gets or sets a tag for user-defined information.
Public propertyValue
Gets the metric value for the model in the current set.
Public propertyVariance
Gets the variance of the validation value for the model, if available.
Top
See Also