Package jline.api.mam
Class Map_normalize
java.lang.Object
jline.api.mam.Map_normalize
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellmap_normalize(MatrixCell MAP) Sanitizes the (D0, D1) matrices of a MAP stored in a MatrixCell.static MatrixCellmap_normalize(Matrix D0, Matrix D1) Sanitizes the (D0, D1) matrices of a Markovian Arrival Process (MAP).
-
Method Details
-
map_normalize
Sanitizes the (D0, D1) matrices of a Markovian Arrival Process (MAP).- Parameters:
D0- The hidden transition matrix of the MAP.D1- The visible transition matrix of the MAP.- Returns:
- A MatrixCell containing the sanitized D0 and D1 matrices.
-
map_normalize
Sanitizes the (D0, D1) matrices of a MAP stored in a MatrixCell.
-