public class FeatureCostAssigner extends AnnotationComparisonAssigner<OverlappingObjects>
Assigns an objects from one set of objects to another based upon a cost (degree of overlap).

This is a form of bipartite matching.

The following outputs are produced:

Output NameDefault?Description
"costMatrix"noa CSV file showing a matrix of costs calculated for the objects.
Author:
Owen Feehan