Click or drag to resize
Accord.NET (logo)

GridSearchTModelFitting Property

A function that fits a model using the given parameters.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GridSearchFittingFunction<TModel> Fitting { get; set; }
Request Example View Source

Property Value

Type: GridSearchFittingFunctionTModel
See Also