Package | Description |
---|---|
net.librec.eval |
Modifier and Type | Method and Description |
---|---|
Measure |
Measure.MeasureValue.getMeasure()
Return the
Measure object of the MeasureValue object |
static Measure |
Measure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Measure[] |
Measure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Measure.MeasureValue.setMeasure(Measure measure)
Set the
Measure object of the MeasureValue object |
Constructor and Description |
---|
Measure.MeasureValue(Measure measure)
Construct with the measure type of the value.
|
Measure.MeasureValue(Measure measure,
java.lang.Integer topN)
Construct with the measure type of the value and
the number of items in the recommended list.
|
Copyright © 2017. All Rights Reserved.