Obligate nasal breathingObligate nasal breathing describes a physiological necessity to breathe through the nose (or other forms of external nasal passages, depending on the species) as opposed to breathing through the mouth. The term may be misleading, as it implies that the organism has no choice but to breathe through its nose; however, it is also used to describe cases where effective breathing through the mouth is possible but not preferred. Alternatively, the term has been defined by some as the ability to breathe through the nose while swallowing.
Naive Bayes classifierIn statistics, naive Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naive) independence assumptions between the features (see Bayes classifier). They are among the simplest Bayesian network models, but coupled with kernel density estimation, they can achieve high accuracy levels. Naive Bayes classifiers are highly scalable, requiring a number of parameters linear in the number of variables (features/predictors) in a learning problem.