Uses of Class
org.anchoranalysis.mpp.feature.input.FeatureInputSingleMemo
Packages that use FeatureInputSingleMemo
Package
Description
Implementations and helper classes for calculating energy during an energy-minimization
optimization scheme.
Creating
EnergySchemes.Factorized form of storing the energy during an energy-minimization optimization scheme.
-
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.bean.energy.element
Methods in org.anchoranalysis.mpp.feature.bean.energy.element that return FeatureInputSingleMemoModifier and TypeMethodDescriptionprotected FeatureInputSingleMemoCalculateDeriveSingleMemoFromPair.execute(FeatureInputPairMemo input) Method parameters in org.anchoranalysis.mpp.feature.bean.energy.element with type arguments of type FeatureInputSingleMemoModifier and TypeMethodDescriptionabstract doubleFeatureSingleMemo.calculate(FeatureCalculationInput<FeatureInputSingleMemo> input) -
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputSingleMemoModifier and TypeMethodDescriptionEnergySchemeCreatorByElement.getElemIndCreator()Creates features for individual elements.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputSingleMemoModifier and TypeMethodDescriptionvoidEnergySchemeCreatorByElement.setElemIndCreator(FeatureListProvider<FeatureInputSingleMemo> elemIndCreator) Creates features for individual elements. -
Uses of FeatureInputSingleMemo in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputSingleMemoModifier and TypeMethodDescriptionEnergyScheme.getIndividual()Features for individual elements (clique-size==1).Constructor parameters in org.anchoranalysis.mpp.feature.energy.scheme with type arguments of type FeatureInputSingleMemoModifierConstructorDescriptionEnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria) Creates an energy scheme with the specified features and region map.EnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<DictionaryProvider> dictionary, List<NamedBean<Feature<FeatureInputStack>>> listImageFeatures) Creates an energy scheme with the specified features, region map, and additional options.