Package weka.core

Interface Summarizable

All Known Implementing Classes:
AggregateableEvaluation, AggregateableEvaluation, CVParameterSelection, Evaluation, Evaluation, J48, 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: 8034 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string that summarizes the object.
  • Method Details

    • toSummaryString

      String toSummaryString()
      Returns a string that summarizes the object.
      Returns:
      the object summarized as a string