Class QueueingNetworkKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Pair<Matrix, Double> preprocessingDS(Matrix M) Utility function to make a matrix doubly stochastic.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • preprocessingDS

         final static Pair<Matrix, Double> preprocessingDS(Matrix M)

        Utility function to make a matrix doubly stochastic.

        Uses the Sinkhorn algorithm to iteratively normalize rows and columns until the matrix becomes approximately doubly stochastic.

        Parameters:
        M - The input matrix
        Returns:

        Pair of (doubly stochastic matrix, rescaling factor)