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
Features.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 TypeClassDescriptionclassAFeatureInputDimensionsthat has an optionalEnergyStackassociated with it. -
Uses of FeatureInputDictionary in org.anchoranalysis.image.feature.input
Classes in org.anchoranalysis.image.feature.input that implement FeatureInputDictionaryModifier and TypeClassDescriptionclassA feature input representing a collection of objects, optionally associated with an energy stack.classA pair of objects (first and second) and optionally a merged version of both.classAn input representing a single object-mask (with maybe an energy-stack associated).classA 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 TypeClassDescriptionclassA feature input that wraps aMarkalong 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 TypeClassDescriptionclassFeature input that contains a list of memoized energy calculations for all marks.final classFeature input that contains a pair of memoized voxelized marks and an energy stack.classFeature 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 TypeClassDescriptionclassPermuteDivideByParam<T extends FeatureInputDictionary>Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclassPermutes a property on a feature with a sequence of integers.classPermuteFirstSecondOrder<T extends FeatureInputDictionary>Permutes a feature by applying first and second order statistical operations.classPermuteGaussianScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aGaussianCumulativescore.classPermuteZScore<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 TypeClassDescriptionclassFromDictionary<T extends FeatureInputDictionary>Extracts a key-value from aDictionaryas a double.