Interface Matchable
-
- All Known Implementing Classes:
J48,J48WithNDCs
public interface MatchableInterface to something that can be matched with tree matching algorithms.- Version:
- $Revision: 1.5 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringprefix()Returns a string that describes a tree representing the object in prefix order.
-