Click or drag to resize
Accord.NET (logo)

CrossValidation Properties

The CrossValidation type exposes the following members.

Properties
  NameDescription
Public propertyFitting
Gets or sets the model fitting function.
(Inherited from CrossValidationTModel.)
Public propertyFolds
Gets the array of data set indexes contained in each fold.
(Inherited from CrossValidationTModel.)
Public propertyIndices
Gets the array of fold indices for each point in the data set.
(Inherited from CrossValidationTModel.)
Public propertyK
Gets the number of folds in the k-fold cross validation.
(Inherited from CrossValidationTModel.)
Public propertyRunInParallel
Gets or sets a value indicating whether to use parallel processing through the use of multiple threads or not. Default is true.
(Inherited from CrossValidationTModel.)
Public propertySamples
Gets the total number of data samples in the data set.
(Inherited from CrossValidationTModel.)
Top
See Also