Package jline.api.mam
Class Amap2_fit_gamma_mapKt
-
- All Implemented Interfaces:
public final class Amap2_fit_gamma_mapKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>
amap2_fit_gamma_map(MatrixCell map)
Performs approximate fitting of a given MAP, yielding a second-order AMAP in canonical form. -
-
Method Detail
-
amap2_fit_gamma_map
final static Pair<MatrixCell, List<MatrixCell>> amap2_fit_gamma_map(MatrixCell map)
Performs approximate fitting of a given MAP, yielding a second-order AMAP in canonical form.
- Parameters:
map
- The MAP (of arbitrary order) to fit- Returns:
Pair of (best AMAP, all feasible AMAPs)
-
-
-
-