Click or drag to resize
Accord.NET (logo)

GridSearchRange Constructor (String, Double, Double, 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 start,
	double end,
	double step
)
Request Example View Source

Parameters

name
Type: SystemString
The name for this parameter.
start
Type: SystemDouble
The starting value for this range.
end
Type: SystemDouble
The end value for this range.
step
Type: SystemDouble
The step size for this range.
See Also