Uses of Class
org.anchoranalysis.core.value.Dictionary
Packages that use Dictionary
Package
Description
Setting, referencing and initializing key-value parameters.
Encapsulating values or sets of named-values.
A particular stack used in feature-calculations called a
EnergyStack
together with related classes.Initialization parameters used for beans in
org.anchoranalysis.feature.bean
.Base classes providing inputs to feature calculations.
Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Beans pertaining to feature definition and calculation.
Generators for writing serialized objects.
Methods to provide a
Dictionary
.Features calculated on a
Mark
.Factorized form of storing the energy during an energy-minimization optimization scheme.
Non-beans for reading data structures related to marked point processes from the file system.
Implementations of
VoxelScore
.-
Uses of Dictionary in org.anchoranalysis.core.value
Methods in org.anchoranalysis.core.value that return DictionaryModifier and TypeMethodDescriptionDictionary.duplicate()
Deep-copy of existing dictionary.static Dictionary
Dictionary.readFromFile
(Path path) Reads parameters from a Java properties file.Methods in org.anchoranalysis.core.value with parameters of type DictionaryModifier and TypeMethodDescriptionvoid
Dictionary.putCheck
(Dictionary dictionary) Inserts all key/value pairs from another dictionary, checking that no key already exists. -
Uses of Dictionary in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return DictionaryMethods in org.anchoranalysis.feature.energy with parameters of type DictionaryModifier and TypeMethodDescriptionEnergyStack.copyChangeDictionary
(Dictionary dictionaryToAssign) Makes a copy of theEnergyStack
but assigns a newDictionary
.void
EnergyStack.setParameters
(Dictionary parameters) The associated parameters.Constructors in org.anchoranalysis.feature.energy with parameters of type DictionaryModifierConstructorDescriptionEnergyStack
(EnergyStackWithoutParameters delegate, Dictionary parameters) Creates a newEnergyStack
instance.EnergyStack
(Stack stack, Dictionary dictionary) Create from aStack
with associated parameters in aDictionary
. -
Uses of Dictionary in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization that return types with arguments of type DictionaryModifier and TypeMethodDescriptionFeatureInitialization.getDictionary()
A dictionary of key-value pairs.Constructors in org.anchoranalysis.feature.initialization with parameters of type DictionaryModifierConstructorDescriptionFeatureInitialization
(Dictionary dictionary) Create only with a dictionary.Constructor parameters in org.anchoranalysis.feature.initialization with type arguments of type DictionaryModifierConstructorDescriptionFeatureInitialization
(Optional<Dictionary> dictionary, Optional<EnergyStackWithoutParameters> energyStack, Optional<SharedObjects> sharedObjects) Creates a newFeatureInitialization
instance. -
Uses of Dictionary in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return DictionaryModifier and TypeMethodDescriptiondefault Dictionary
FeatureInputDictionary.getDictionaryRequired()
The associated dictionary, or an exception if it doesn't exist.Methods in org.anchoranalysis.feature.input that return types with arguments of type DictionaryModifier and TypeMethodDescriptionFeatureInputDictionary.getDictionaryOptional()
The associated dictionary, if it exists.FeatureInputEnergy.getDictionaryOptional()
-
Uses of Dictionary in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return types with arguments of type DictionaryMethods in org.anchoranalysis.image.bean.nonbean.init with parameters of type DictionaryModifier and TypeMethodDescriptionvoid
ImageInitialization.addDictionary
(String identifier, Dictionary toAdd) Adds aDictionary
to the corresponding named-collection of dictionaries. -
Uses of Dictionary in org.anchoranalysis.image.feature.bean
Method parameters in org.anchoranalysis.image.feature.bean with type arguments of type DictionaryModifier and TypeMethodDescriptionvoid
VoxelScore.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) Initializes the voxels-score. -
Uses of Dictionary in org.anchoranalysis.io.generator.serialized
Methods in org.anchoranalysis.io.generator.serialized with parameters of type DictionaryModifier and TypeMethodDescriptionvoid
DictionaryGenerator.writeToFile
(Dictionary element, OutputWriteSettings settings, Path filePath) -
Uses of Dictionary in org.anchoranalysis.io.input.bean.dictionary
Methods in org.anchoranalysis.io.input.bean.dictionary that return Dictionary -
Uses of Dictionary in org.anchoranalysis.mpp.feature.bean.mark
Methods in org.anchoranalysis.mpp.feature.bean.mark that return types with arguments of type DictionaryConstructors in org.anchoranalysis.mpp.feature.bean.mark with parameters of type DictionaryModifierConstructorDescriptionFeatureInputMark
(Mark mark, Dimensions dimensions, Dictionary dictionary) Constructs a new instance with a mark, dimensions, and dictionary. -
Uses of Dictionary in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return DictionaryModifier and TypeMethodDescriptionDictionaryForImageCreator.create
(EnergyStackWithoutParameters energyStack) Creates a dictionary containing calculated image features for a given energy stack.EnergyScheme.createDictionary()
Creates and returns the associatedDictionary
or an empty dictionary if none is associated. -
Uses of Dictionary in org.anchoranalysis.mpp.io.input
Methods in org.anchoranalysis.mpp.io.input that return types with arguments of type Dictionary -
Uses of Dictionary in org.anchoranalysis.plugin.image.feature.bean.score
Methods in org.anchoranalysis.plugin.image.feature.bean.score with parameters of type DictionaryModifier and TypeMethodDescriptionprotected static double
FromDictionaryBase.extractAsDouble
(Dictionary dictionary, String key) Extracts a double value from the dictionary for a given key.protected abstract void
FromDictionaryBase.setupDictionary
(Dictionary dictionary) Sets up the feature using the provided dictionary.Method parameters in org.anchoranalysis.plugin.image.feature.bean.score with type arguments of type DictionaryModifier and TypeMethodDescriptionvoid
CalculateLevelBase.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) void
FromDictionaryBase.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) Initializes the feature with histograms and a dictionary.void
IdentityImposeValueRelationToHistogram.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) void
NormalizeByMax.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) -
Uses of Dictionary in org.anchoranalysis.plugin.mpp.bean.define
Method parameters in org.anchoranalysis.plugin.mpp.bean.define with type arguments of type DictionaryModifier and TypeMethodDescription<S> S
DefineOutputterWithEnergy.processInput
(InitializationContext context, SharedObjects sharedObjects, Optional<Dictionary> dictionary, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack and shared objects.