Class Npfqn_traffic_merge_cs

java.lang.Object
jline.api.npfqn.Npfqn_traffic_merge_cs

public final class Npfqn_traffic_merge_cs extends Object
  • 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 flows
      prob - Probability matrix for class switching
      config - Configuration string ("default" or "super")
      Returns:
      Merged and normalized MMAP traffic flow
    • npfqn_traffic_merge_cs

      public static MatrixCell npfqn_traffic_merge_cs(Map<Integer,MatrixCell> MMAPs, Matrix prob)