JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
weka.core
Interface Summarizable
All Known Implementing Classes:
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.
Version:
$Revision: 1.6 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
toSummaryString
()
Returns a string that summarizes the object.
Method Detail
toSummaryString
java.lang.String toSummaryString()
Returns a string that summarizes the object.
Returns:
the object summarized as a string
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method