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

Interface weka.core.Drawable

public interface Drawable
Interface to something that can be drawn as a graph.

Version:
$Revision: 1.2 $
Author:
Eibe Frank (eibe@cs.waikato.ac.nz)

Method Index

 o graph()
Returns a string that describes a graph representing the object.

Methods

 o graph
 public abstract String graph() throws Exception
Returns a string that describes a graph representing the object. The string should be in dotty format.

Returns:
the graph described by a string
Throws: Exception
if the graph can't be computed

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