Uses of Class
org.anchoranalysis.mpp.feature.input.FeatureInputPairMemo
Packages that use FeatureInputPairMemo
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
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 FeatureInputPairMemo in org.anchoranalysis.mpp.feature.addcriteria
Subinterfaces with type arguments of type FeatureInputPairMemo in org.anchoranalysis.mpp.feature.addcriteriaModifier and TypeInterfaceDescriptioninterfaceAddCriteria<T>Criteria for adding edges between marks in a graph-based model.Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptionAddCriteriaEnergyPair.orderedListOfFeatures()AddCriteriaNever.orderedListOfFeatures()AddCriteriaOr.orderedListOfFeatures()ArbitraryPointCommon.orderedListOfFeatures()BoundingBoxIntersection.orderedListOfFeatures()Method parameters in org.anchoranalysis.mpp.feature.addcriteria with type arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptionAddCriteria.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) Generates an edge between two marks based on the defined criteria.AddCriteriaEnergyPair.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) AddCriteriaNever.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) AddCriteriaPair.generateEdge(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) booleanAddCriteriaOr.includeMarks(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, Dimensions dimensions, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) abstract booleanAddCriteriaPair.includeMarks(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, Dimensions dimensions, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) Determines whether to include a pair of marks based on specific criteria.booleanArbitraryPointCommon.includeMarks(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, Dimensions dimensions, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) booleanBoundingBoxIntersection.includeMarks(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, Dimensions dimensions, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) Constructor parameters in org.anchoranalysis.mpp.feature.addcriteria with type arguments of type FeatureInputPairMemoModifierConstructorDescriptionAddCriteriaEnergyPair(FeatureList<FeatureInputPairMemo> energyPairs, AddCriteriaPair pairAddCriteria) Creates an AddCriteriaEnergyPair with specified energy pairs and add criteria. -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.bean.energy.element
Subclasses with type arguments of type FeatureInputPairMemo in org.anchoranalysis.mpp.feature.bean.energy.elementModifier and TypeClassDescriptionclassExtracts one of the memos from the pair, and processes as aFeatureSingleMemoclassDerives aFeatureInputSingleMemofrom aFeatureInputPairMemo.classAn abstract base class for features that operate on pairs of memoized objects.Methods in org.anchoranalysis.mpp.feature.bean.energy.element with parameters of type FeatureInputPairMemoModifier and TypeMethodDescriptionprotected FeatureInputSingleMemoCalculateDeriveSingleMemoFromPair.execute(FeatureInputPairMemo input) Method parameters in org.anchoranalysis.mpp.feature.bean.energy.element with type arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptiondoubleAsSingle.calculate(FeatureCalculationInput<FeatureInputPairMemo> input) -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptionEnergySchemeCreatorByElement.getElemPairCreator()Creates features for pairs of elements.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptionvoidEnergySchemeCreatorByElement.setElemPairCreator(FeatureListProvider<FeatureInputPairMemo> elemPairCreator) Creates features for pairs of elements. -
Uses of FeatureInputPairMemo in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputPairMemoModifier and TypeMethodDescriptionEnergyScheme.getPair()Features for pairs of elements (clique-size==2).