Uses of Class
org.anchoranalysis.mpp.pair.MarkPair
Packages that use MarkPair
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
Non-bean classes pertaining to calculating energy during an energy-minimization optimization
scheme.
Parameters used to initialize certain types of beans.
-
Uses of MarkPair in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type MarkPairModifier and TypeMethodDescriptionAddCriteriaPair.generateEdge
(VoxelizedMarkMemo mark1, VoxelizedMarkMemo mark2, EnergyStack energyStack, Optional<FeatureCalculatorMulti<FeatureInputPairMemo>> session, boolean do3D) -
Uses of MarkPair in org.anchoranalysis.mpp.feature.energy
Methods in org.anchoranalysis.mpp.feature.energy that return MarkPairConstructors in org.anchoranalysis.mpp.feature.energy with parameters of type MarkPairModifierConstructorDescriptionEnergyPair
(MarkPair<Mark> pair, EnergyTotal energyTotal) Creates a newEnergyPair
instance. -
Uses of MarkPair in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return types with arguments of type MarkPairModifier and TypeMethodDescriptionMarksInitialization.markPairs()
Store for random collections of mark pairs.