calc_jaccard: Collect jaccard statistic for ground truth and prediction...

View source: R/calc_jaccard.R

calc_jaccardR Documentation

Collect jaccard statistic for ground truth and prediction polygons

Description

calc_jaccard finds the jaccard statistic for two input polygons, defined as the area of intersection over the area of union.

Usage

calc_jaccard(assignment, ground_truth, predictions)

Arguments

assignment

A dataframe that connects ground truth and prediction poylgons see assign_trees SpatialPolygonDataFrame of length 1

ground_truth

A SpatialPolygonDataFrame of ground truth polygons

predictions

A SpatialPolygonDataFrame of ground truth polygons

Value

dataframe of the jaccard overlap among polygon pairs


weecology/NeonTreeEvaluation_package documentation built on Aug. 27, 2024, 10:53 a.m.