calc_jaccard | R Documentation |
calc_jaccard
finds the jaccard statistic for two input polygons, defined as the area of intersection over the area of union.
calc_jaccard(assignment, ground_truth, predictions)
assignment |
A dataframe that connects ground truth and prediction poylgons see |
ground_truth |
A SpatialPolygonDataFrame of ground truth polygons |
predictions |
A SpatialPolygonDataFrame of ground truth polygons |
dataframe of the jaccard overlap among polygon pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.