Class FeatureInputAllMemo

All Implemented Interfaces:
FeatureInput, FeatureInputDictionary, FeatureInputWithResolution

public class FeatureInputAllMemo extends FeatureInputEnergy
Feature input that contains a list of memoized energy calculations for all marks.

This class extends FeatureInputEnergy to include an EnergyMemoList, which represents memoized energy calculations for all marks in the model.

  • Constructor Details

    • FeatureInputAllMemo

      public FeatureInputAllMemo(EnergyMemoList pxlMarkMemoList, EnergyStack raster)
      Creates a new instance with a list of memoized energy calculations and an energy stack.
      Parameters:
      pxlMarkMemoList - the list of memoized energy calculations for all marks
      raster - the energy stack associated with the calculations
  • Method Details