compute_area_ratio# radionets.evaluation.contour.compute_area_ratio(CS_pred, CS_truth)[source]# Compute the ratio of the areas of truth and prediction. Parameters: CS_predcontour objectcontour object of prediction CS_truthcontour objectcontour object of truth Returns: floatratio between area of truth and prediction