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