Click or drag to resize
Accord.NET (logo)

GridSearchRangeT Properties

The GridSearchRangeT generic type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets or sets the index of the current value in the search, whose value will be shown in the Value property.
Public propertyLength
Gets the number of values that this parameter can assume (the length of the parameter range).
Public propertyValue
Gets the current value being considered during the grid-search.
Public propertyValues
Gets or sets the range of values that should be tested for this parameter.
Top
See Also