|
GridSearchParameterEquals Method
|
Determines whether the specified object is equal
to the current GridSearchParameter object.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Request Example
View SourceParameters
- obj
- Type: SystemObject
Return Value
Type:
BooleanSee Also