Click or drag to resize
Accord.NET (logo)

GridSearchRangeCollection Constructor

Constructs a new collection of GridsearchRange objects.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public GridSearchRangeCollection(
	params GridSearchRange[] ranges
)
Request Example View Source

Parameters

ranges
Type: Accord.MachineLearningGridSearchRange
See Also