Package jline.api.mam
Class Mmap_sum
java.lang.Object
jline.api.mam.Mmap_sum
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmmap_sum(MatrixCell mmap1, MatrixCell mmap2) Computes the sum of two MMAPs, creating a superposition process.static MatrixCellmmap_sum_multiple(List<MatrixCell> mmaps) Computes the sum of multiple MMAPs.static MatrixCellmmap_sum_selective(List<MatrixCell> mmaps, List<int[]> classSelections) Selective sum - only sum specific classes from each MMAP.static MatrixCellmmap_sum_weighted(List<MatrixCell> mmaps, double[] weights) Weighted sum of MMAPs with scaling factors.
-
Method Details
-
mmap_sum
Computes the sum of two MMAPs, creating a superposition process. -
mmap_sum_multiple
Computes the sum of multiple MMAPs. -
mmap_sum_weighted
Weighted sum of MMAPs with scaling factors. -
mmap_sum_selective
Selective sum - only sum specific classes from each MMAP.
-