Package jline.api.mam

Class Amap2_fit_gamma_mapKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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)