Uses of Interface
org.anchoranalysis.feature.calculate.bound.FeatureCalculatorSingle
Packages that use FeatureCalculatorSingle
Package
Description
Interfaces like
FeatureCalculator
but bound to
particular features.A defined context in which one or more features are provided inputs and produce results.
Base classes for methods to calculate results from features.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Implementations of
ObjectCollectionProvider
involving feature calculation.Assigning priority when merging
ObjectMask
s.Non-beans for calculating
Feature
s.-
Uses of FeatureCalculatorSingle in org.anchoranalysis.feature.calculate.bound
Classes in org.anchoranalysis.feature.calculate.bound that implement FeatureCalculatorSingleModifier and TypeClassDescriptionclass
FeatureCalculatorSingleChangeInput<T extends FeatureInput>
AFeatureCalculatorSingle
but changes the input before calculation.class
FeatureCalculatorSingleFromMulti<T extends FeatureInput>
Exposes aFeatureCalculatorMulti
as aFeatureCalculatorSingle
.Constructors in org.anchoranalysis.feature.calculate.bound with parameters of type FeatureCalculatorSingleModifierConstructorDescriptionFeatureCalculatorSingleChangeInput
(FeatureCalculatorSingle<T> calculator, Consumer<T> change) Creates a newFeatureCalculatorSingleChangeInput
instance. -
Uses of FeatureCalculatorSingle in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session that return FeatureCalculatorSingleModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureCalculatorSingle<T> Starts a feature-session for a single feature.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with specific initialization.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with default initialization. -
Uses of FeatureCalculatorSingle in org.anchoranalysis.feature.session.calculator
Methods in org.anchoranalysis.feature.session.calculator that return FeatureCalculatorSingleModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureCalculatorCache.cache
(FeatureCalculatorSingle<T> calculator) Creates a cached version of aFeatureCalculatorSingle
with a default cache-size.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureCalculatorCache.cache
(FeatureCalculatorSingle<T> calculator, int cacheSize) Creates a cached version of aFeatureCalculatorSingle
with a particular cache-size.Methods in org.anchoranalysis.feature.session.calculator with parameters of type FeatureCalculatorSingleModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureCalculatorCache.cache
(FeatureCalculatorSingle<T> calculator) Creates a cached version of aFeatureCalculatorSingle
with a default cache-size.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureCalculatorCache.cache
(FeatureCalculatorSingle<T> calculator, int cacheSize) Creates a cached version of aFeatureCalculatorSingle
with a particular cache-size. -
Uses of FeatureCalculatorSingle in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return FeatureCalculatorSingleModifier and TypeMethodDescriptionFeatureEvaluator.createFeatureSession()
Creates session for evaluatingfeature
optionally adding an energy-stack. -
Uses of FeatureCalculatorSingle in org.anchoranalysis.plugin.image.bean.object.provider.feature
Methods in org.anchoranalysis.plugin.image.bean.object.provider.feature that return FeatureCalculatorSingleModifier and TypeMethodDescriptionprotected FeatureCalculatorSingle
<FeatureInputSingleObject> ObjectCollectionProviderWithFeature.createSession()
Creates a feature calculation session for single objects. -
Uses of FeatureCalculatorSingle in org.anchoranalysis.plugin.image.object.merge.priority
Constructors in org.anchoranalysis.plugin.image.object.merge.priority with parameters of type FeatureCalculatorSingleModifierConstructorDescriptionAssignPriorityFromPair
(FeatureCalculatorSingle<FeatureInputPairObjects> featureCalculator, double threshold, DoubleBiPredicate relation) -
Uses of FeatureCalculatorSingle in org.anchoranalysis.plugin.image.task.feature.calculator
Methods in org.anchoranalysis.plugin.image.task.feature.calculator that return FeatureCalculatorSingleModifier and TypeMethodDescriptionFeatureCalculatorFromProvider.calculatorSingleFromProvider
(FeatureListProvider<T> provider, String providerName) Calculates a single-feature that comes from a provider (but can reference the other features from the store).