Package jline.api.npfqn
Class Npfqn_traffic_merge_cs
java.lang.Object
jline.api.npfqn.Npfqn_traffic_merge_cs
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixCellnpfqn_traffic_merge_cs(Map<Integer, MatrixCell> MMAPs, Matrix prob) static MatrixCellnpfqn_traffic_merge_cs(Map<Integer, MatrixCell> MMAPs, Matrix prob, String config) Merges MMAP traffic flows with class switching.
-
Method Details
-
npfqn_traffic_merge_cs
public static MatrixCell npfqn_traffic_merge_cs(Map<Integer, MatrixCell> MMAPs, Matrix prob, String config) Merges MMAP traffic flows with class switching.- Parameters:
MMAPs- Map of MMAP traffic flowsprob- Probability matrix for class switchingconfig- Configuration string ("default" or "super")- Returns:
- Merged and normalized MMAP traffic flow
-
npfqn_traffic_merge_cs
-