Home > Data Mining Algorithms > Anomaly Detection > Anomaly Detection Viewers a... > Association > AR Model Viewers and Algori... > Decision Tree > Expectation Maximization > EM Model Viewer and Algorit... > Generalized Linear Models > GLM Model Viewers and Algor... > GLM Regression Model Viewer > GLMR Coefficients
The Coefficient tab allows you to view GLM coefficients. The viewer supports sorting to control the order in which coefficients are displayed and filtering to select the coefficients to display.
For information about confidence for GLM regression models, see GLMR Settings.
Default is to sort coefficients by absolute value. You can deselect select Sort by absolute value and click Query.
The default fetch size is 1,000 records. To change the fetch size, specify a new number of records and click Query.
Note: After you change any criteria on this tab, click Query to query the database. You must click Query even for changes such as selecting or unselecting sort by absolute value or changing the fetch size. |
Sort and Search GLMC Coefficients describes sorting and searching the grid.
The relative value of coefficients is show graphically as a bar, with different colors for positive and negative. If a coefficient is close to 0, the bar may be too small to display.
Sort by absolute value: Sort the list of coefficients by absolute value.
Fetch Size: The number of rows displayed. To figure out if all coefficients are displayed, choose a fetch size that is greater than the number of rows displayed.
Coefficients are listed in a grid. If no items are listed, there are no coefficients for that target value. The coefficients grid has these columns:
Attribute: Name of the attribute
Value: Value of the attribute
Coefficient: The linear coefficient estimate for the selected target value is displayed. A bar is shown in front of (and possible overlapping) each coefficient. The bar indicates the relative size of the coefficient. For positive values, the bar is light blue; for negative values, the bar is red. (If a value is close to 0, the bar may be too small to displayed.)
Standard Error of the estimate.
Wald Chi Squared
Pr > Chi Square
Upper coefficient limit
Lower coefficient limit
Note: Not all statistics are necessarily returned for each coefficient. Statistics are null if any of the following are true:
The statistic does not apply to the mining function. For example, exp_coefficient does not apply to linear regression.
The statistic cannot be calculated because of limitations in system resources
The value of the statistics is infinity
If the model was built using ridge regression, or if the covariance matrix is found to be singular during the build, then coefficient bounds (upper and lower) have the value NULL.
Other Tabs: The viewer has the following other tabs: