Uses of Interface
org.anchoranalysis.feature.input.FeatureInputDictionary
Packages that use FeatureInputDictionary
Package
Description
Base classes providing inputs to feature calculations.
Image-related implementations of
FeatureInput
.Features calculated on a
Mark
.Inputs to mark-point-processes related
Feature
s.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Features that combine or convert other features in a generic way.
-
Uses of FeatureInputDictionary in org.anchoranalysis.feature.input
Classes in org.anchoranalysis.feature.input that implement FeatureInputDictionaryModifier and TypeClassDescriptionclass
AFeatureInputDimensions
that has an optionalEnergyStack
associated with it. -
Uses of FeatureInputDictionary in org.anchoranalysis.image.feature.input
Classes in org.anchoranalysis.image.feature.input that implement FeatureInputDictionaryModifier and TypeClassDescriptionclass
A feature input representing a collection of objects, optionally associated with an energy stack.class
A pair of objects (first and second) and optionally a merged version of both.class
An input representing a single object-mask (with maybe an energy-stack associated).class
A feature input that represents an energy stack. -
Uses of FeatureInputDictionary in org.anchoranalysis.mpp.feature.bean.mark
Classes in org.anchoranalysis.mpp.feature.bean.mark that implement FeatureInputDictionaryModifier and TypeClassDescriptionclass
A feature input that wraps aMark
along with optional dimensions and dictionary. -
Uses of FeatureInputDictionary in org.anchoranalysis.mpp.feature.input
Classes in org.anchoranalysis.mpp.feature.input that implement FeatureInputDictionaryModifier and TypeClassDescriptionclass
Feature input that contains a list of memoized energy calculations for all marks.final class
Feature input that contains a pair of memoized voxelized marks and an energy stack.class
Feature input that contains a single memoized voxelized mark and an optional energy stack. -
Uses of FeatureInputDictionary in org.anchoranalysis.plugin.image.feature.bean.list.permute
Classes in org.anchoranalysis.plugin.image.feature.bean.list.permute with type parameters of type FeatureInputDictionaryModifier and TypeClassDescriptionclass
PermuteDivideByParam<T extends FeatureInputDictionary>
Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclass
Permutes a property on a feature with a sequence of integers.class
PermuteFirstSecondOrder<T extends FeatureInputDictionary>
Permutes a feature by applying first and second order statistical operations.class
PermuteGaussianScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aGaussianCumulative
score.class
PermuteZScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aZScore
. -
Uses of FeatureInputDictionary in org.anchoranalysis.plugin.operator.feature.bean
Classes in org.anchoranalysis.plugin.operator.feature.bean with type parameters of type FeatureInputDictionaryModifier and TypeClassDescriptionclass
FromDictionary<T extends FeatureInputDictionary>
Extracts a key-value from aDictionary
as a double.