Package jline.api.mam

Class Mmap_sum

java.lang.Object
jline.api.mam.Mmap_sum

public final class Mmap_sum extends Object
  • Method Details

    • mmap_sum

      public static MatrixCell mmap_sum(MatrixCell mmap1, MatrixCell mmap2)
      Computes the sum of two MMAPs, creating a superposition process.
    • mmap_sum_multiple

      public static MatrixCell mmap_sum_multiple(List<MatrixCell> mmaps)
      Computes the sum of multiple MMAPs.
    • mmap_sum_weighted

      public static MatrixCell mmap_sum_weighted(List<MatrixCell> mmaps, double[] weights)
      Weighted sum of MMAPs with scaling factors.
    • mmap_sum_selective

      public static MatrixCell mmap_sum_selective(List<MatrixCell> mmaps, List<int[]> classSelections)
      Selective sum - only sum specific classes from each MMAP.