Package | Description |
---|---|
weka.classifiers.rules.part |
Modifier and Type | Class and Description |
---|---|
class |
C45PruneableDecList
Class for handling a partial tree structure pruned using C4.5's
pruning heuristic.
|
class |
PruneableDecList
Class for handling a partial tree structure that
can be pruned using a pruning set.
|
Modifier and Type | Field and Description |
---|---|
protected ClassifierDecList[] |
ClassifierDecList.m_sons
References to sons.
|
Modifier and Type | Method and Description |
---|---|
protected ClassifierDecList |
ClassifierDecList.getNewDecList(Instances train,
boolean leaf)
Returns a newly created tree.
|
protected ClassifierDecList |
C45PruneableDecList.getNewDecList(Instances data,
boolean leaf)
Returns a newly created tree.
|
protected ClassifierDecList |
PruneableDecList.getNewDecList(Instances train,
Instances test,
boolean leaf)
Returns a newly created tree.
|
protected ClassifierDecList |
ClassifierDecList.son(int index)
Method just exists to make program easier to read.
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.