Uses of Class
org.anchoranalysis.annotation.io.bean.comparer.ComparableSource
Packages that use ComparableSource
Package
Description
What to compare an annotation (ground truth) against?
Comparing the similarity of annotations from two images to each other.
Task to compare a set of annotations to a segmentation or another set of annotations.
Non-bean classes for comparing two sets of annotations.
-
Uses of ComparableSource in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type ComparableSourceModifier and TypeMethodDescriptionMultipleComparer.getSources()The other entities to compare with the annotation.Method parameters in org.anchoranalysis.annotation.io.bean.comparer with type arguments of type ComparableSourceModifier and TypeMethodDescriptionvoidMultipleComparer.setSources(List<NamedBean<ComparableSource>> sources) The other entities to compare with the annotation. -
Uses of ComparableSource in org.anchoranalysis.plugin.annotation.bean.comparer
Subclasses of ComparableSource in org.anchoranalysis.plugin.annotation.bean.comparerModifier and TypeClassDescriptionclassLoadsMaskto compared, converting it into anObjectMask.classAnObjectCollectionto be compared against something else. -
Uses of ComparableSource in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return ComparableSourceModifier and TypeMethodDescriptionAnnotationComparisonInputManager.getComparerLeft()The comparable source for the left side of the comparison.AnnotationComparisonInputManager.getComparerRight()The comparable source for the right side of the comparison.Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type ComparableSourceModifier and TypeMethodDescriptionvoidAnnotationComparisonInputManager.setComparerLeft(ComparableSource comparerLeft) The comparable source for the left side of the comparison.voidAnnotationComparisonInputManager.setComparerRight(ComparableSource comparerRight) The comparable source for the right side of the comparison. -
Uses of ComparableSource in org.anchoranalysis.plugin.annotation.comparison
Methods in org.anchoranalysis.plugin.annotation.comparison that return ComparableSourceModifier and TypeMethodDescriptionAnnotationComparisonInput.getComparerMultiplex(boolean left) Gets one of the twoComparableSources based on a boolean flag.Methods in org.anchoranalysis.plugin.annotation.comparison that return types with arguments of type ComparableSourceModifier and TypeMethodDescriptionio.vavr.Tuple2<ComparableSource, ComparableSource> AnnotationComparisonInput.getComparers()The twoComparableSources to compare.io.vavr.Tuple2<ComparableSource, ComparableSource> AnnotationComparisonInput.getComparers()The twoComparableSources to compare.Constructor parameters in org.anchoranalysis.plugin.annotation.comparison with type arguments of type ComparableSourceModifierConstructorDescriptionAnnotationComparisonInput(T input, io.vavr.Tuple2<ComparableSource, ComparableSource> comparers, io.vavr.Tuple2<String, String> names, StackReader stackReader) Creates an annotation comparison input.AnnotationComparisonInput(T input, io.vavr.Tuple2<ComparableSource, ComparableSource> comparers, io.vavr.Tuple2<String, String> names, StackReader stackReader) Creates an annotation comparison input.