Click or drag to resize
Accord.NET (logo)

BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutput Properties

The BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutput generic type exposes the following members.

Properties
  NameDescription
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 propertyParameterRanges
The range of parameters to consider during search.
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