Package org.anchoranalysis.mpp.feature.addcriteria
Criteria for adding edges during optimization of marked-point-processes.
-
Interface Summary Interface Description AddCriteria<T> Criteria for adding edges between marks in a graph-based model.OrderedFeatureList<T extends FeatureInput> An interface for providing an ordered list of features. -
Class Summary Class Description AddCriteriaEnergyPair ImplementsAddCriteriafor energy pairs, combining energy calculations with additional criteria.AddCriteriaNever<T> An implementation ofAddCriteriathat never adds an edge between marks.AddCriteriaOr AnAddCriteriaPairthat combines multiple criteria using a logical OR operation.AddCriteriaPair Abstract base class for criteria used to determine if a pair of marks should be included.ArbitraryPointCommon If one arbitrarily point overlaps between two MarkPointList then true, otherwise falseBoundingBoxIntersection AnAddCriteriaPairthat includes marks if their bounding boxes intersect.RandomCollectionWithAddCriteria<T> An implementation of aRandomCollectionthat usesAddCriteriato determine which marks to add. -
Exception Summary Exception Description IncludeMarksFailureException Exception thrown when there's a failure in including marks during the add criteria process.