程序包 weka.core
接口 Summarizable
- 所有已知实现类:
CVParameterSelection
,Evaluation
,GridSearch
,J48
,J48graft
,NBTree
,PART
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.
- 版本:
- $Revision: 1.6 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
-
方法概要
-
方法详细资料
-
toSummaryString
String toSummaryString()Returns a string that summarizes the object.- 返回:
- the object summarized as a string
-