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