Interface Summarizable
-
- All Known Implementing Classes:
Evaluation,J48,J48WithNDCs
public interface SummarizableInterface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.- 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.StringtoSummaryString()Returns a string that summarizes the object.
-