rootMeanSquaredError
A common metric used to determine the deviation between correct and predicted values.
Declaration
var rootMeanSquaredError: Double { get }Mentioned in
Discussion
The rootMeanSquaredError is calculated by taking the square-root of the average squared distance between the correct and predicted value.