public abstract class FeaturePairMemo extends Feature<FeatureInputPairMemo>
An abstract base class for features that operate on pairs of memoized objects.

This class extends Feature and specifies FeatureInputPairMemo as the input type for feature calculations. It is designed to be used with features that need to process pairs of objects that have been memoized for performance optimization.

  • Constructor Details

    • FeaturePairMemo

      public FeaturePairMemo()
  • Method Details