程序包 weka.core
接口 Matchable
public interface Matchable
Interface to something that can be matched with tree matching
algorithms.
- 版本:
- $Revision: 1.6 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
prefix
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
-