Uses of Class
org.anchoranalysis.mpp.feature.addcriteria.AddCriteriaPair
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.addcriteria |
Criteria for adding edges during optimization of marked-point-processes.
|
| org.anchoranalysis.mpp.feature.bean.energy.scheme |
Creating
EnergySchemes. |
| org.anchoranalysis.mpp.feature.energy.scheme |
Factorized form of storing the energy during an energy-minimization optimization scheme.
|
-
Uses of AddCriteriaPair in org.anchoranalysis.mpp.feature.addcriteria
Subclasses of AddCriteriaPair in org.anchoranalysis.mpp.feature.addcriteria Modifier and Type Class Description classAddCriteriaOrAnAddCriteriaPairthat combines multiple criteria using a logical OR operation.classArbitraryPointCommonIf one arbitrarily point overlaps between two MarkPointList then true, otherwise falseclassBoundingBoxIntersectionAnAddCriteriaPairthat includes marks if their bounding boxes intersect.Methods in org.anchoranalysis.mpp.feature.addcriteria that return types with arguments of type AddCriteriaPair Modifier and Type Method Description List<AddCriteriaPair>AddCriteriaOr. getList()List ofAddCriteriaPairto be combined with OR operation.Method parameters in org.anchoranalysis.mpp.feature.addcriteria with type arguments of type AddCriteriaPair Modifier and Type Method Description voidAddCriteriaOr. setList(List<AddCriteriaPair> list)List ofAddCriteriaPairto be combined with OR operation.Constructors in org.anchoranalysis.mpp.feature.addcriteria with parameters of type AddCriteriaPair Constructor Description AddCriteriaEnergyPair(FeatureList<FeatureInputPairMemo> energyPairs, AddCriteriaPair pairAddCriteria)Creates an AddCriteriaEnergyPair with specified energy pairs and add criteria. -
Uses of AddCriteriaPair in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return AddCriteriaPair Modifier and Type Method Description AddCriteriaPairEnergySchemeCreatorByElement. getPairAddCriteria()Criteria for adding pairs of elements.Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme with parameters of type AddCriteriaPair Modifier and Type Method Description voidEnergySchemeCreatorByElement. setPairAddCriteria(AddCriteriaPair pairAddCriteria)Criteria for adding pairs of elements. -
Uses of AddCriteriaPair in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return AddCriteriaPair Modifier and Type Method Description AddCriteriaPairEnergyScheme. getPairAddCriteria()Gets the criteria for adding pairs to the energy calculation.Constructors in org.anchoranalysis.mpp.feature.energy.scheme with parameters of type AddCriteriaPair Constructor Description EnergyScheme(FeatureList<FeatureInputSingleMemo> elemInd, FeatureList<FeatureInputPairMemo> elemPair, FeatureList<FeatureInputAllMemo> elemAll, RegionMap regionMap, AddCriteriaPair pairAddCriteria)Creates an energy scheme with the specified features and region map.EnergyScheme(FeatureList<FeatureInputSingleMemo> elemInd, FeatureList<FeatureInputPairMemo> elemPair, FeatureList<FeatureInputAllMemo> elemAll, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<org.anchoranalysis.bean.shared.dictionary.DictionaryProvider> dictionary, List<NamedBean<Feature<org.anchoranalysis.image.feature.input.FeatureInputStack>>> listImageFeatures)Creates an energy scheme with the specified features, region map, and additional options.