Package jline.io

Class Ret.pfqnComomrmLd

java.lang.Object
jline.io.Ret.pfqnComomrmLd
Enclosing class:
Ret

public static class Ret.pfqnComomrmLd extends Object
Data structure for storing results from the load-dependent COMOM method. Contains a normalization constant (GN), a logarithmic normalization constant (lG), and a matrix of probabilities (prob).
  • Field Details

    • GN

      public double GN
    • lG

      public double lG
    • prob

      public Matrix prob
  • Constructor Details

    • pfqnComomrmLd

      public pfqnComomrmLd(double GN, double lG, Matrix prob)