Class DMOutput


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

      Constructors 
      Constructor Description
      DMOutput​(double[][] ddmMatrix, double[][] edmMatrix, double[][] edmWeightedMatrix)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ddmMatrix

        public double[][] ddmMatrix
      • edmMatrix

        public double[][] edmMatrix
      • edmWeightedMatrix

        public double[][] edmWeightedMatrix
    • Constructor Detail

      • DMOutput

        public DMOutput​(double[][] ddmMatrix,
                        double[][] edmMatrix,
                        double[][] edmWeightedMatrix)