Click or drag to resize
Accord.NET (logo)

CrossValidationTModel Properties

The CrossValidationTModel generic type exposes the following members.

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