Class FeatureIntersectingObjectsThreshold

Direct Known Subclasses:
MinFeatureIntersectingObjectsAboveThreshold, NumberIntersectingObjectsAboveThreshold

public abstract class FeatureIntersectingObjectsThreshold extends FeatureIntersectingObjectsSingleElement
An abstract feature that calculates a value based on intersecting objects, considering each intersecting object individually and applying a threshold.
  • Constructor Details

    • FeatureIntersectingObjectsThreshold

      public FeatureIntersectingObjectsThreshold()
  • Method Details

    • getThreshold

      public double getThreshold()
      The threshold value for considering intersecting objects. Only considers values greater than or equal to this threshold.
    • setThreshold

      public void setThreshold(double threshold)
      The threshold value for considering intersecting objects. Only considers values greater than or equal to this threshold.