|
GridSearchRange Constructor (String, Double)
|
Constructs a new GridSearchRange object.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public GridSearchRange(
string name,
double[] values
)
Public Sub New (
name As String,
values As Double()
)
Request Example
View SourceParameters
- name
- Type: SystemString
The name for this parameter. - values
- Type: SystemDouble
The array of values to try.
See Also