meanSquaredError property

double? meanSquaredError
getter/setter pair

Similar to the mean squared error computed in regression and explicit recommendation models except instead of computing the rating directly, the output from evaluate is computed against a preference which is 1 or 0 depending on if the rating exists or not.

Implementation

core.double? meanSquaredError;