- getBinSplit() - Method in class weka.classifiers.trees.FT
-
Get the value of binarySplits.
- getCapabilities() - Method in class weka.classifiers.trees.FT
-
Returns default capabilities of the classifier.
- getConstError(double[]) - Method in class weka.classifiers.trees.ft.FTtree
-
- getErrorOnProbabilities() - Method in class weka.classifiers.trees.FT
-
Get the value of errorOnProbabilities.
- getMaxIterations() - Method in class weka.classifiers.trees.ft.LogisticBase
-
Returns the maxIterations parameter.
- getMeasure(String) - Method in class weka.classifiers.trees.FT
-
Returns the value of the named measure
- getMinNumInstances() - Method in class weka.classifiers.trees.FT
-
Get the value of minNumInstances.
- getModelParameters() - Method in class weka.classifiers.trees.ft.FTtree
-
Returns a string describing the number of LogitBoost iterations performed at this node, the total number
of LogitBoost iterations performed (including iterations at higher levels in the tree), and the number
of training examples at this node.
- getModelType() - Method in class weka.classifiers.trees.FT
-
Get the type of functional tree model being used.
- getNodes() - Method in class weka.classifiers.trees.ft.FTtree
-
Return a list of all inner nodes in the tree
- getNodes(Vector) - Method in class weka.classifiers.trees.ft.FTtree
-
Fills a list with all inner nodes in the tree
- getNumBoostingIterations() - Method in class weka.classifiers.trees.FT
-
Get the value of numBoostingIterations.
- getNumInnerNodes() - Method in class weka.classifiers.trees.ft.FTtree
-
Method to count the number of inner nodes in the tree
- getNumLeaves() - Method in class weka.classifiers.trees.ft.FTtree
-
Returns the number of leaves in the tree.
- getNumRegressions() - Method in class weka.classifiers.trees.ft.LogisticBase
-
The number of LogitBoost iterations performed (= the number of simple
regression functions fit).
- getOptions() - Method in class weka.classifiers.trees.FT
-
Gets the current settings of the Classifier.
- getRevision() - Method in class weka.classifiers.trees.ft.FTInnerNode
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.trees.ft.FTLeavesNode
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.trees.ft.FTNode
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.trees.ft.FTtree
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.trees.FT
-
Returns the revision string.
- getRevision() - Method in class weka.classifiers.trees.ft.LogisticBase
-
Returns the revision string.
- getTechnicalInformation() - Method in class weka.classifiers.trees.FT
-
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
- getUseAIC() - Method in class weka.classifiers.trees.FT
-
Get the value of useAIC.
- getUseAIC() - Method in class weka.classifiers.trees.ft.LogisticBase
-
Get the value of useAIC.
- getUsedAttributes() - Method in class weka.classifiers.trees.ft.LogisticBase
-
Returns an array of the indices of the attributes used in the logistic model.
- getWeightTrimBeta() - Method in class weka.classifiers.trees.FT
-
Get the value of weightTrimBeta.
- getWeightTrimBeta() - Method in class weka.classifiers.trees.ft.LogisticBase
-
Get the value of weightTrimBeta.
- globalInfo() - Method in class weka.classifiers.trees.FT
-
Returns a string describing classifier
- graph() - Method in class weka.classifiers.trees.ft.FTtree
-
Returns graph describing the tree.
- graph() - Method in class weka.classifiers.trees.FT
-
Returns graph describing the tree.
- graphType() - Method in class weka.classifiers.trees.FT
-
Returns the type of graph this classifier
represents.