Get a float value from the parameters
Declaring type: RecommenderParameters
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public float GetRemoveFloat (
        string key,
        float 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