MyMediaLite
RecommenderParameters.GetRemoveInt32List Method (string, char)
Syntax
Collapse All
Get the values of an integer list parameter from the collection and remove the corresponding key-value pair
Declaring type:
RecommenderParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public IList<int> GetRemoveInt32List ( string
key
, char
sep
)
Parameters
key
the name of the parameter
sep
the separator character used to split the string representation of the list
Return Value
the values of the parameter if it exists, the default otherwise
Top
Generated by
ImmDoc .NET
.