getRMSE | R Documentation |
Retrieves the Root Mean Square Error (RMSE) if redundant control points were provided when creating the transformation object
getRMSE(object)
object |
Object of the class SimilarityTransformation or AffineTransformation |
RMSE is determined only if Least Squares is applied, i.e., if more than the required control points were provided. The RMSE is useful when comparing two transformations. It measures the general deviation of transformed source coordinates with respect to target coordinates of control points. It has the same units as the coordinates, usually meters.
A number representing the RMSE
German Carrillo
SimilarityTransformation-class
,
AffineTransformation-class
data(control.points)
at <- AffineTransformation(control.points[2:5])
calculateParameters(at)
getRMSE(at)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.