Home > Data Mining Algorithms > Anomaly Detection > Anomaly Detection Model Vie... > Association > AR Troubleshooting, Model V... > Decision Tree > Generalized Linear Models > Generalized Linear Models O...
Generalized Linear Models (GLM) include and extend the class of linear models referred to as linear regression.
Oracle Data Mining includes two of the most popular members of the GLM family of models with their most popular link and variance functions:
Linear Regression with the identity link and variance function equal to the constant 1 (constant variance over the range of response values).
Logistic Regression with the logit link and binomial variance functions.