Click or drag to resize
Accord.NET (logo)

GridSearchRangeT  Conversion (GridSearchRangeT to T)

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public static implicit operator T (
	GridSearchRange<T> range
)
Request Example View Source

Parameters

range
Type: Accord.MachineLearning.PerformanceGridSearchRangeT
The range to be converted.

Return Value

Type: T
The value of the parameter's Value.
See Also