示例#1
0
文件: J48.java 项目: bigbigbug/wekax
  /**
   * Returns graph describing the tree.
   *
   * @exception Exception if graph can't be computed
   */
  public String graph() throws Exception {

    return m_root.graph();
  }