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... > k-Means > Naive Bayes > Nonnegative Matrix Factoriz... > Orthogonal Partitioning Clu... > Singular Value Decompositio... > Support Vector Machine > SVM Model Viewers and Algor... > SVM Classification Model Vi... > Coefficients Grid (SVMC)
The coefficients grid has these controls:
Target Value: Select a specific target value and see the coefficients associated with that value. The default is to display the coefficients for the value that occurs least frequently.
Sort By Absolute Value: If selected, coefficients are sorted by absolute value. If you sort by absolute value, then a coefficient of -2 comes before a coefficient of 1.9.The default is to sort by absolute value.
Fetch Size: The number of rows displayed. To figure out if all the coefficients are displayed, choose a fetch size that is greater than the number of rows displayed.
You can search for attributes by name. Use
. If no items are listed in the grid, then there are no coefficients for the selected target value. The coefficients grid has these columns:
Attribute: Name of the attribute.
Value: Value of the attribute. If the attribute is binned, then this may be a range.
Coefficient: The probability for the value of the attribute.
The value is shown as a bar with the value centered in the bar. Positive values are light blue; negative values are red.