Click or drag to resize
Accord.NET (logo)

BootstrapResultTModel, TInput, TOutput Properties

The BootstrapResultTModel, 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.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyCombineMethod
Gets or sets the method used to combine the scores of different classifiers.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyEstimate
Gets the 0.632 bootstrap estimate.
Public propertyModels
Gets the models created for each fold of the cross validation.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyNumberOfSamples
Gets the total number of data samples in the entire data set.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
Public propertyNumberOfSubsamples
Gets the number of subsamples taken to compute the bootstrap estimate.
Public propertyTag
Gets or sets a tag for user-defined information.
(Inherited from CrossValidationResultTModel, TInput, TOutput.)
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