Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

name
Type: SystemString
values
Type: SystemDouble
See Also