Uses of Class
org.anchoranalysis.plugin.annotation.bean.comparison.assigner.AnnotationComparisonAssigner
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.annotation.bean.comparison |
Task to compare a set of annotations to a segmentation or another set of annotations.
|
| org.anchoranalysis.plugin.annotation.bean.comparison.assigner |
Pairs annotations from two different sets, creating an assignment of some type.
|
-
Uses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return AnnotationComparisonAssigner Modifier and Type Method Description AnnotationComparisonAssigner<T>CompareAnnotations. getAssigner()The assigner used for annotation comparison.Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type AnnotationComparisonAssigner Modifier and Type Method Description voidCompareAnnotations. setAssigner(AnnotationComparisonAssigner<T> assigner)The assigner used for annotation comparison. -
Uses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison.assigner
Subclasses of AnnotationComparisonAssigner in org.anchoranalysis.plugin.annotation.bean.comparison.assigner Modifier and Type Class Description classFeatureCostAssignerAssigns an objects from one set of objects to another based upon a cost (degree of overlap).classMaskIntersectionAssignerNo outputs are produced.