Click or drag to resize
Accord.NET (logo)

IGridSearchRange Interface

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public interface IGridSearchRange : ICloneable
Request Example View Source

The IGridSearchRange type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets or sets the index of the current value in the search.
Public propertyLength
Gets the number of values that this parameter can assume (the length of the parameter range).
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
See Also