MyMediaLite
RecommenderParameters.GetRemoveDouble Method (string, double)
Syntax
Collapse All
Get a double value from the parameters
Declaring type:
RecommenderParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public double GetRemoveDouble ( string
key
, double
dvalue
)
Parameters
key
the parameter name
dvalue
the default value if parameter of the given name is not found
Return Value
the value of the parameter if it is found, the default value otherwise
Top
Generated by
ImmDoc .NET
.