Package | Description |
---|---|
librec.intf |
Modifier and Type | Field and Description |
---|---|
java.util.Map<Recommender.Measure,java.lang.Double> |
Recommender.measures |
Modifier and Type | Method and Description |
---|---|
static Recommender.Measure |
Recommender.Measure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Recommender.Measure[] |
Recommender.Measure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Recommender.getEvalInfo(java.util.Map<Recommender.Measure,java.lang.Double> measures) |