Click or drag to resize
Accord.NET (logo)

GridSearchValuesT Method

Creates a range of parameter values that should be searched during GridSearch.

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static GridSearchRange<T> Values<T>(
	params T[] values
)
Request Example View Source

Parameters

values
Type: T
The values to be included in GridSearch.

Type Parameters

T
The type of the parameter values.

Return Value

Type: GridSearchRangeT
See Also