Class M3pp_rand

java.lang.Object
jline.api.mam.m3pp.M3pp_rand

public final class M3pp_rand extends Object
  • Method Details

    • m3pp_rand

      public static MatrixCell m3pp_rand(int order, int classes)
    • m3pp_rand

      public static MatrixCell m3pp_rand(int order, int classes, Long seed)
      Generates a random M3PP with specified order and number of classes.
    • m3pp_rand_targeted

      public static MatrixCell m3pp_rand_targeted(int order, int classes)
    • m3pp_rand_targeted

      public static MatrixCell m3pp_rand_targeted(int order, int classes, double targetRate, double targetSCV, Long seed)