Home > Model Nodes > Association Node > Classification Node > Edit Classification Build Node > Classification Node Properties > Advanced Settings Overview > Mining Functions > Regression > Regression Algorithms
Oracle Data Mining provides the following algorithms for regression:
Generalized Linear Models (GLM)
Generalized Linear Models is a popular statistical technique for linear modeling. Oracle Data Mining implements GLM for binary classification and for regression.
GLM provides extensive coefficient statistics and model statistics, as well as row diagnostics. GLM also supports confidence bounds.
Support Vector Machines (SVM)
Support Vector Machine is a powerful, state-of-the-art algorithm based on linear and nonlinear regression.
SVM regression supports two kernels: the Gaussian kernel for nonlinear regression, and the linear kernel for linear regression. SVM also supports active learning.