Package jline.api.mam
Class Maph2m_fit_mmapKt
-
- All Implemented Interfaces:
public final class Maph2m_fit_mmapKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCell
maph2m_fit_mmap(MatrixCell mmap)
Fits an MMAPm with a second-order MAPHm that matches the class probabilities (always fitted exactly) and the backward moments. -
-
Method Detail
-
maph2m_fit_mmap
final static MatrixCell maph2m_fit_mmap(MatrixCell mmap)
Fits an MMAPm with a second-order MAPHm that matches the class probabilities (always fitted exactly) and the backward moments.
- Parameters:
mmap
- MMAP to fit (of arbitrary order)- Returns:
Fitted second-order MAPHm
-
-
-
-