Machine Learning - Diagnostic - Table of Discriminant Function Coefficients
Jump to navigation
Jump to search
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library
User Interface > Create Classifier
User Interface > Create Machine Learning
Produces a table of coefficients of linear discriminant functions for each class of a Linear Discriminant Analysis . The class of a new data point can be predicted by computing the functions for all classes and choosing the class with the highest function output.
Example
Code
includeWeb("QScript R Output Functions");
const menu_location = "Machine Learning > Diagnostic > " +
"Table of Discriminant Function Coefficients";
createDiagnosticROutputFromSelection(menu_location);
Q Technical Reference
Q Technical Reference
Q Technical Reference > Setting Up Data > Creating New Variables
Q Technical Reference > Updating and Automation > Automation Online Library
Q Technical Reference > Updating and Automation > JavaScript > QScript > QScript Examples Library > QScript Online Library
R Online Library
User Interface > Create Classifier
User Interface > Create Machine Learning