|
GridSearchRangeCollectionAdd Method (String, Double)
|
Adds a parameter range to the end of the GridsearchRangeCollection.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public void Add(
string name,
params double[] values
)
Public Sub Add (
name As String,
ParamArray values As Double()
)
Request Example
View SourceParameters
- name
- Type: SystemString
- values
- Type: SystemDouble
See Also