Click or drag to resize
Accord.NET (logo)

GridSearchTModel Properties

The GridSearchTModel generic type exposes the following members.

Properties
  NameDescription
Public propertyFitting
A function that fits a model using the given parameters.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
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.
Top
See Also