FinMath.MachineLearning Namespace |
| Class | Description | |
|---|---|---|
| BinaryConfusionMatrix |
The binary classification confusion matrix calculation class
| |
| ConfusionMatrix |
The confusion matrix calculation class
| |
| DecisionTree |
Classification and Regression Tree algorithms implementation [Breiman84].
| |
| DecisionTreeBaseEdge |
Edge base class.
| |
| DecisionTreeBaseNode |
Node description class.
| |
| DecisionTreeCategoricalEdge |
Categorical edge description class.
| |
| DecisionTreeCategoricalNode |
Categorical node description class.
| |
| DecisionTreeContinuousEdge |
Continuous edge description class.
| |
| DecisionTreeContinuousNode |
Continuous node description class.
| |
| TerminationWatcher |
Termination condition watcher class.
|
| Interface | Description | |
|---|---|---|
| IBaseClassifier |
Basic class for classification.
|
| Enumeration | Description | |
|---|---|---|
| DecisionTreeFactorType |
The decision tree factor type.
|