Package jline.api.mam.m3pp
Class M3pp_interleave_fitc_theoreticalKt
-
- All Implemented Interfaces:
public final class M3pp_interleave_fitc_theoreticalKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>m3pp_interleave_fitc_theoretical(MatrixCell mmap, Double t, Double tinf, Array<BooleanArray> mapping)Interleaves k M3PP to fit a multi-class MMAP using theoretical characteristics. -
-
Method Detail
-
m3pp_interleave_fitc_theoretical
final static Pair<MatrixCell, List<MatrixCell>> m3pp_interleave_fitc_theoretical(MatrixCell mmap, Double t, Double tinf, Array<BooleanArray> mapping)
Interleaves k M3PP to fit a multi-class MMAP using theoretical characteristics.
- Parameters:
mmap- The MMAP model to fitt- Finite time scaletinf- Near-infinite time scalemapping- m x k binary matrix mapping the m classes to k m3pp (optional, computed if not provided)- Returns:
Pair of (fitted MMAP, list of component M3PPs)
-
-
-
-