The problem is that this guy has no clue.<p>- A naive Bayes classifier is not a Bayesian method. It's just using Bayes rule, while Bayesian methods marginalize out the parameters.<p>- Regression and classification are different things. And, ironically, logistic regression is a classifier.<p>- Neither Linear Discriminant Analysis nor radial basis functions are kernel methods.<p>- EM is not a clustering method, it is an optimization algorithm for probabilistic models of a specific structure.<p>- Learning vector quantization is not a neural net.<p>- ...