public static class RMSEPredictMetric.AggregateResult extends Object
Modifier and Type | Field and Description |
---|---|
double |
globalRMSE |
double |
userRMSE |
Constructor and Description |
---|
AggregateResult(double uerr,
double gerr) |
@ResultColumn(value="RMSE.ByUser") public final double userRMSE
@ResultColumn(value="RMSE.ByRating") public final double globalRMSE