MyMediaLite
RecommenderParameters.GetRemoveInt32 Method (string, int)
Syntax
Collapse All
Get the value of an integer parameter from the collection and remove the corresponding key-value pair
Declaring type:
RecommenderParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public int GetRemoveInt32 ( string
key
, int
dvalue
)
Parameters
key
the name of the parameter
dvalue
the default value of the parameter
Return Value
the value of the parameter if it exists, the default otherwise
Top
Generated by
ImmDoc .NET
.