程序包 weka.core
接口 Drawable
- 所有已知实现类:
ADTree
,AttributeSelectedClassifier
,BayesNet
,BayesNetGenerator
,BIFReader
,C45PruneableClassifierTree
,C45PruneableClassifierTreeG
,ClassifierTree
,Cobweb
,CostSensitiveClassifier
,CVParameterSelection
,EditableBayesNet
,FilteredClassifier
,FT
,HierarchicalClusterer
,J48
,J48graft
,LADTree
,LMT
,M5P
,NBTree
,NBTreeClassifierTree
,PruneableClassifierTree
,RandomTree
,REPTree
,ThresholdSelector
,UserClassifier
public interface Drawable
Interface to something that can be drawn as a graph.
- 版本:
- $Revision: 6589 $
- 作者:
- Ashraf M. Kibriya(amk14@cs.waikato.ac.nz), Eibe Frank(eibe@cs.waikato.ac.nz)
-
字段概要
字段修饰符和类型字段说明static final int
static final int
static final int
static final int
-
方法概要
-
字段详细资料
-
方法详细资料
-
graphType
int graphType()Returns the type of graph representing the object.- 返回:
- the type of graph representing the object
-
graph
Returns a string that describes a graph representing the object. The string should be in XMLBIF ver. 0.3 format if the graph is a BayesNet, otherwise it should be in dotty format.- 返回:
- the graph described by a string
- 抛出:
Exception
- if the graph can't be computed
-