Class AttainmentAlgorithms

java.lang.Object
es.urjc.etsii.grafo.moocore.internal.AttainmentAlgorithms

public final class AttainmentAlgorithms extends Object
  • Method Details

    • eaf

      public static double[][] eaf(double[][] input, int[] sets, double[] requestedPercentiles)
    • eafDifference

      public static double[][] eafDifference(double[][] left, int[] leftSets, double[][] right, int[] rightSets, boolean[] maximise, Integer requestedIntervals, EafDifferenceFormat format)