Click or drag to resize
Accord.NET (logo)

GridSearchTModel, TLearner, TInput, TOutput Properties

The GridSearchTModel, TLearner, TInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyFit (Inherited from BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutput.)
Public propertyLearner (Inherited from BaseGridSearchTResult, TModel, TRange, TParam, 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 BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutput.)
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyParameterRanges
The range of parameters to consider during search.
(Inherited from BaseGridSearchTResult, TModel, TRange, TParam, TLearner, TInput, TOutput.)
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