Package | Description |
---|---|
weka.classifiers.trees | |
weka.classifiers.trees.ft |
Modifier and Type | Field and Description |
---|---|
protected FTtree |
FT.m_tree
root of the logistic model tree
|
Modifier and Type | Class and Description |
---|---|
class |
FTInnerNode
Class for Functional Inner tree structure.
|
class |
FTLeavesNode
Class for Functional Leaves tree version.
|
class |
FTNode
Class for Functional tree structure.
|
Modifier and Type | Field and Description |
---|---|
protected FTtree[] |
FTtree.m_sons
Array of children of the node
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.