Click or drag to resize
Accord.NET (logo)

CrossValidationResultTModel, TInput, TOutput Properties

The CrossValidationResultTModel, TInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyAverageNumberOfSamples
Gets the average number of data samples in each cross-validation fold of the data set.
Public propertyCombineMethod
Gets or sets the method used to combine the scores of different classifiers.
Public propertyModels
Gets the models created for each fold of the cross validation.
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
Public propertyNumberOfSamples
Gets the total number of data samples in the entire data set.
Public propertyTag
Gets or sets a tag for user-defined information.
Public propertyTraining
Gets or sets the training split.
(Inherited from TrainValSplitT.)
Public propertyValidation
Gets or sets the validation split.
(Inherited from TrainValSplitT.)
Top
See Also