Package jline.api.mam
Class Map_renewal
java.lang.Object
jline.api.mam.Map_renewal
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_renewal(MatrixCell MAPIN) Creates a renewal MAP by removing all correlations from the input MAP.static MatrixCellmap_renewal(Matrix D0, Matrix D1) Creates a renewal MAP by removing all correlations from the input MAP.
-
Method Details
-
map_renewal
Creates a renewal MAP by removing all correlations from the input MAP.- Parameters:
MAPIN- The input MAP stored in a MatrixCell, containing the (D0, D1) matrices- Returns:
- A MatrixCell representing the renewal MAP with no correlations
-
map_renewal
Creates a renewal MAP by removing all correlations from the input MAP.- Parameters:
D0- The hidden transition matrix of the input MAPD1- The visible transition matrix of the input MAP- Returns:
- A MatrixCell representing the renewal MAP with no correlations
-