Click or drag to resize
Accord.NET (logo)

SplitSetValidation Properties

The SplitSetValidation type exposes the following members.

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