java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers.MergeTreeNode

public class MergeTreeNode extends Object
This class is a utility class which represents the merge tree is a different way (for which it is easier to calculate the height of the tree).
  • Field Details

  • Constructor Details

  • Method Details

    • getHeight

      public int getHeight()
    • fromMatrix

      public static MergeTreeNode fromMatrix(int[][] clusterMatrix)
    • fromMatrix

      public static MergeTreeNode fromMatrix(int[][] clusterMatrix, double[] height)