The document discusses C4.5 algorithm for building univariate decision trees and methods for building multivariate decision trees. C4.5 uses entropy, gain, and pruning to build trees that classify instances based on one attribute per node. Multivariate trees can classify using linear combinations of attributes at nodes to better handle correlated attributes. Methods like absolute error correction and thermal perceptron are presented for training linear machines to construct multivariate trees. Examples of trees generated by both approaches are shown.