| Interface | Description |
|---|---|
| ConfusionMatrix |
| Class | Description |
|---|---|
| AbstractClassifier | |
| CategoryConfusionMatrix |
A confusion matrix is used to measure the accuracy of a classifier by counting the number of correct and
incorrect values produced when testing the classifier such that the counts are made for every combination of
correct and incorrect classification
|
| DecisionTree | |
| Knn | |
| Lda | |
| LogisticRegression | |
| RandomForest | |
| StandardConfusionMatrix |
A confusion matrix is used to measure the accuracy of a classifier by counting the number of correct and
incorrect values produced when testing the classifier such that the counts are made for every combination of
correct and incorrect classification
|
Copyright © 2017. All rights reserved.