forpy
2
|
Decision functions that can be used in the inner nodes of a tree, \(h(v, \theta_j)\). More...
Classes | |
class | forpy::FastDecider |
A classifier manager for weak classifiers with a filter function, a feature calculation function and a thresholding. More... | |
class | forpy::IDecider |
Interface for the decider. It does the optimization of the deciding classifier for each node and stores the parameters. More... | |
Decision functions that can be used in the inner nodes of a tree, \(h(v, \theta_j)\).
The objects are responsible for storing the parameters \(\theta_j\) themselves. They provide a function IDecider::decide that provides the corresponding result.