Uses of Class
org.anchoranalysis.feature.session.cache.finder.CacheTransferSourceCollection
Packages that use CacheTransferSourceCollection
Package
Description
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.-
Uses of CacheTransferSourceCollection in org.anchoranalysis.feature.session.cache.finder
Constructors in org.anchoranalysis.feature.session.cache.finder with parameters of type CacheTransferSourceCollectionModifierConstructorDescriptionCheckCacheForSpecificChildren
(Class<?> cacheInputType, CacheTransferSourceCollection source) -
Uses of CacheTransferSourceCollection in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged with parameters of type CacheTransferSourceCollectionModifier and TypeMethodDescriptionMergedPairsFeatures.createPair
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, CacheTransferSourceCollection cacheTransferSource) Creates a feature calculator for pair object features.