Click or drag to resize
Accord.NET (logo)

SplitSetValidationTModel, TInput Properties

The SplitSetValidationTModel, TInput generic type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Gets or sets a value to be used as the Loss in case the model throws an exception during learning. Default is null (exceptions will not be ignored).
(Inherited from BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput.)
Public propertyFit (Inherited from BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput.)
Public propertyIndices
Gets the group labels assigned to each of the data samples.
(Inherited from SplitSetValidationTModel, TInput, TOutput.)
Public propertyIndicesTrainingSet
Gets the indices of elements in the training set.
(Inherited from SplitSetValidationTModel, TInput, TOutput.)
Public propertyIndicesValidationSet
Gets the indices of elements in the validation set.
(Inherited from SplitSetValidationTModel, TInput, TOutput.)
Public propertyLearner (Inherited from BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput.)
Public propertyLoss
Gets or sets a ComputeLossTOutput, TInfo function that can be used to measure how far the actual model predictions were from the expected ground-truth.
(Inherited from BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput.)
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyStratify
Gets or sets a value indicating whether the prevalence of an output label should be balanced between training and testing sets. Default is false.
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Public propertyTrainingSetProportion
Gets or sets the proportion of samples that should be reserved in the training set. Default is 80%.
(Inherited from SplitSetValidationTModel, TInput, TOutput.)
Public propertyValidationSetProportion
Gets or sets the proportion of samples that should be reserved in the validation set. Default is 20%.
(Inherited from SplitSetValidationTModel, TInput, TOutput.)
Top
See Also