程序包 weka.core

接口 Matchable

所有已知实现类:
J48, J48graft

public interface Matchable
Interface to something that can be matched with tree matching algorithms.
版本:
$Revision: 1.6 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    Returns a string that describes a tree representing the object in prefix order.
  • 方法详细资料

    • prefix

      String prefix() throws Exception
      Returns a string that describes a tree representing the object in prefix order.
      返回:
      the tree described as a string
      抛出:
      Exception - if the tree can't be computed