Click or drag to resize
Accord.NET (logo)

GridSearchParameter Structure

Contains the name and value of a parameter that should be used during fitting.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[SerializableAttribute]
public struct GridSearchParameter
Request Example View Source

The GridSearchParameter type exposes the following members.

Constructors
  NameDescription
Public methodGridSearchParameter
Constructs a new parameter.
Top
Properties
  NameDescription
Public propertyName
Gets the name of the parameter
Public propertyValue
Gets the value of the parameter.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current GridSearchParameter object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this GridSearchParameter
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two GridSearchParameters for equality.
Public operatorStatic member(GridSearchParameter to Double)
Performs an implicit conversion from GridSearchParameter to Double.
Public operatorStatic memberInequality
Compares two GridSearchParameters for inequality.
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also