I would like to know from the classification algorithm below which is optimal (in terms of memory and processing power) and which is widely used in the classification algorithm?
- k-nearest neighbor (KNN) algorithm
- Naive Bayes Algorithm (NB)
- Conceptual Vector Algorithm (CB)
- Decomposition-based singular algorithm
- Hierarchical algorithm
- Combined algorithm
- SVM
I am looking for an optimal algorithm for classifying network traffic.
Thank!
-sathish
source
share