Class DEFOutput


  • public class DEFOutput
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DEFOutput​(double[][] dfMatrix, double maxDFMatrix, double[][] efMatrix, double maxEFMatrix, double[][] efWeightedMatrix, double maxEFWeightedMatrix)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • dfMatrix

        public double[][] dfMatrix
      • maxDFMatrix

        public double maxDFMatrix
      • efMatrix

        public double[][] efMatrix
      • maxEFMatrix

        public double maxEFMatrix
      • efWeightedMatrix

        public double[][] efWeightedMatrix
      • maxEFWeightedMatrix

        public double maxEFWeightedMatrix
    • Constructor Detail

      • DEFOutput

        public DEFOutput​(double[][] dfMatrix,
                         double maxDFMatrix,
                         double[][] efMatrix,
                         double maxEFMatrix,
                         double[][] efWeightedMatrix,
                         double maxEFWeightedMatrix)