MyMediaLite
Recommender.SetProperty Method (IRecommender, string, string)
Syntax
Collapse All
Sets a property of a MyMediaLite recommender engine
Declaring type:
Recommender
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public static void SetProperty ( IRecommender
recommender
, string
key
, string
val
)
Parameters
recommender
An
IRecommender
key
the name of the property (case insensitive)
val
the string representation of the value
Top
Generated by
ImmDoc .NET
.