Click or drag to resize
Accord.NET (logo)

GridSearchRangeTLength Property

Gets the number of values that this parameter can assume (the length of the parameter range).

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int Length { get; }
Request Example View Source

Property Value

Type: Int32

Implements

IGridSearchRangeLength
See Also