Click or drag to resize
Accord.NET (logo)

GridSearchRangeTIndex Property

Gets or sets the index of the current value in the search, whose value will be shown in the Value property.

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

Property Value

Type: Int32

Implements

IGridSearchRangeIndex
See Also