Bayesian classification is a statistical classification method that uses Bayes' theorem to calculate the probability of class membership. It provides probabilistic predictions by calculating the probabilities of classes for new data based on training data. The naive Bayesian classifier is a simple Bayesian model that assumes conditional independence between attributes, allowing faster computation. Bayesian belief networks are graphical models that represent dependencies between variables using a directed acyclic graph and conditional probability tables.