![]() |
CrossValidationResultTModel, TInput, TOutput Properties |
The CrossValidationResultTModel, TInput, TOutput generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AverageNumberOfSamples |
Gets the average number of data samples in
each cross-validation fold of the data set.
|
![]() | CombineMethod |
Gets or sets the method used to combine the scores of different classifiers.
|
![]() | Models |
Gets the models created for each fold of the cross validation.
|
![]() | NumberOfInputs |
Gets the number of inputs accepted by the model.
|
![]() | NumberOfOutputs |
Gets the number of outputs generated by the model.
|
![]() | NumberOfSamples |
Gets the total number of data samples in the entire data set.
|
![]() | Tag |
Gets or sets a tag for user-defined information.
|
![]() | Training |
Gets or sets the training split.
(Inherited from TrainValSplitT.) |
![]() | Validation |
Gets or sets the validation split.
(Inherited from TrainValSplitT.) |