Question about operator's complexity
Hello, I would like to know what are time complexities (Big O) of these predictive operators?
- k-NN
- Naive Bayes
- Decision Tree
- Neural Net
And if possible, could anyone please give me psuedocode of (or how to inspect) these operators? because I need to know how the operators work with my data, especially the Decision Tree. Thank you.