Click or drag to resize
Accord.NET (logo)

SplitSetValidationTModel Properties

The SplitSetValidationTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyEvaluation
Gets or sets the performance estimation function.
Public propertyFitting
Get or sets the model fitting function.
Public propertyIndices
Gets the group labels assigned to each of the data samples.
Public propertyIsStratified
Gets or sets a value indicating whether the prevalence of an output label should be balanced between training and testing sets.
Public propertyProportion
Gets the desired proportion of cases in the training set in comparison to the testing set.
Public propertyTrainingSet
Gets the indices of elements in the training set.
Public propertyValidationSet
Gets the indices of elements in the validation set.
Top
See Also