ClassifierType Enumeration |
[Missing <summary> documentation for "T:imbNLP.Toolkit.Classifiers.ClassifierType"]
Namespace: imbNLP.Toolkit.Classifiers
public enum ClassifierType
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| simpleTopScore | 1 | ||
| kNearestNeighbors | 2 | ||
| naiveBayes | 3 | ||
| naiveBayesMultinominal | 4 | ||
| backPropagationActivationNeuralNetwork | 5 | ||
| multiClassSVM | 6 |