Package jline.api.mam.m3pp
Class M3pp_interleave_fitcKt
-
- All Implemented Interfaces:
public final class M3pp_interleave_fitcKt
-
-
Method Summary
Modifier and Type Method Description final static Pair<MatrixCell, List<MatrixCell>>m3pp_interleave_fitc(DoubleArray av, DoubleArray btv, DoubleArray binfv, Array<DoubleArray> acc, Array<DoubleArray> gtcc, Double t, Double tinf, IntArray mapping, Boolean reorder)Fits k second-order M3PPm_j and interleaves them into a M3PPm of order k+1, with m = sum_j=1^k m_j. -
-
Method Detail
-
m3pp_interleave_fitc
final static Pair<MatrixCell, List<MatrixCell>> m3pp_interleave_fitc(DoubleArray av, DoubleArray btv, DoubleArray binfv, Array<DoubleArray> acc, Array<DoubleArray> gtcc, Double t, Double tinf, IntArray mapping, Boolean reorder)
Fits k second-order M3PPm_j and interleaves them into a M3PPm of order k+1, with m = sum_j=1^k m_j.
- Parameters:
av- Vector of length k with the per-process ratebtv- Vector of length k with the per-process IDC(t)binfv- Vector of length k with the per-process IDC(inf)acc- Cell-array of length k; j-th element is a vector of length m_j with the per-class rates in the j-th M3PPgtcc- Cell-array of length k; j-th element is a vector of length m_j with the per-class variance + marginal_covariance in the j-th M3PPt- Finite time scaletinf- Near-infinite time scalemapping- Optional mapping for class reorderingreorder- Whether to reorder classes (default: false)- Returns:
Pair of (interleaved M3PPm, list of component M3PPs)
-
-
-
-