Click or drag to resize
Accord.NET (logo)

BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput Properties

The BaseSplitSetValidationTResult, TModel, TLearner, TInput, TOutput 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).
Public propertyFit
Public propertyLearner
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.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Top
See Also