Uses of Class
org.anchoranalysis.annotation.io.assignment.CostMatrix
Packages that use CostMatrix
Package
Description
A pairing of objects from two collections (bipartite matching).
-
Uses of CostMatrix in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment that return CostMatrixModifier and TypeMethodDescriptionstatic <T> CostMatrix
<T> CostMatrix.create
(List<T> first, List<T> second, boolean symmetric, CheckedToDoubleBiFunction<T, T, CreateException> costCalculator) Creates by calculating the cost between elements.AssignOverlappingObjects.getCosts()
A matrix linking the overlap between eachObjectMask
to each other, respectively as rows and columns.