All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.core.Summarizable


public interface Summarizable
Interface to something that provides a short textual summary (as opposed to toString() which is usually a fairly complete description) of itself.

Version:
$Revision: 1.4 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Index

 o toSummaryString()
Returns a string that summarizes the object.

Method Detail

 o toSummaryString
public java.lang.String toSummaryString()
          Returns a string that summarizes the object.
Returns:
the object summarized as a string

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home