homonim.RasterCompare.schema
- RasterCompare.schema = {'n': {'abbrev': 'N', 'description': 'Number of pixels'}, 'r2': {'abbrev': 'r²', 'description': "Pearson's correlation coefficient squared"}, 'rmse': {'abbrev': 'RMSE', 'description': 'Root Mean Square Error'}, 'rrmse': {'abbrev': 'rRMSE', 'description': 'Relative RMSE (RMSE/mean(ref))'}}
Dictionary describing the statistics returned by
RasterCompare.process().