|
GridSearchParameter Constructor
|
Constructs a new parameter.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public GridSearchParameter(
string name,
double value
)
Public Sub New (
name As String,
value As Double
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name for the parameter. - value
- Type: SystemDouble
The value for the parameter.
See Also