RapidMiner offers many machine learning algorithms including support vector machines, decision trees, rule learners, lazy learners, Bayesian learners, and logistic regression. It also supports association rule mining and clustering. Specific algorithms include decision trees similar to C4.5, neural networks using backpropagation, and Bayesian Boosting which trains an ensemble of classifiers. RapidMiner also provides techniques for preprocessing data like feature selection, discretization, normalization, and sampling as well as validation and genetic algorithms for feature selection.