Class PfqnUniqueResult

  • All Implemented Interfaces:

    
    public final class PfqnUniqueResult
    
                        

    Result class for pfqn_unique containing all output matrices and mapping information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Matrix getL_unique() Reduced demand matrix (M' x R) with M' <= M unique stations
      final Matrix getMu_unique() Reduced load-dependent rates (M' x Ntot), null if mu was empty
      final Matrix getGamma_unique() Reduced class-dependent rates (M' x R), null if gamma was empty
      final Matrix getMi() Multiplicity vector (1 x M'), mij = count of stations mapping to unique station j
      final IntArray getMapping() Mapping vector (1 x M), mappingi = unique station index for original station i
      • Methods inherited from class java.lang.Object

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

      • getL_unique

         final Matrix getL_unique()

        Reduced demand matrix (M' x R) with M' <= M unique stations

      • getMu_unique

         final Matrix getMu_unique()

        Reduced load-dependent rates (M' x Ntot), null if mu was empty

      • getGamma_unique

         final Matrix getGamma_unique()

        Reduced class-dependent rates (M' x R), null if gamma was empty

      • getMi

         final Matrix getMi()

        Multiplicity vector (1 x M'), mij = count of stations mapping to unique station j

      • getMapping

         final IntArray getMapping()

        Mapping vector (1 x M), mappingi = unique station index for original station i