Class TreeMatcher.FeatureMatch

  • Enclosing class:
    TreeMatcher

    public static class TreeMatcher.FeatureMatch
    extends java.lang.Object
    TODO: don't add null-matches!
    Author:
    joel
    • Constructor Detail

      • FeatureMatch

        public FeatureMatch​(int[][] match)
    • Method Detail

      • getSizes

        public double[] getSizes()
      • getSim

        public double getSim()
      • getMatch

        public int[][] getMatch()
      • setSizes

        public void setSizes​(double[] sizes)
      • setSim

        public void setSim​(double sim)