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
AddCriteria
for energy pairs, combining energy calculations with additional criteria.An implementation ofAddCriteria
that never adds an edge between marks.AnAddCriteriaPair
that 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 falseAnAddCriteriaPair
that 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 aRandomCollection
that usesAddCriteria
to determine which marks to add.