Workspace Node: GLM Custom Design - Results - Report Tab

In the GLM Custom Design node dialog box, under the Results heading, select the Report tab to access the following options.

PMML. Generates code in Predictive Model Markup Language (PMML) which is an XML-based language for storing information about fully trained (parameterized) models, and for sharing those models with other applications. Statistica and Statistica Enterprise Server contain facilities to use this information to compute predicted values or classifications, i.e., to quickly and efficiently deploy models (typically in the context of data mining projects).

Element Name Description
Statistica Visual Basic (SVB) Generates a Statistica Visual Basic program containing the code implementing the model. This code will be generated in a form compatible with the nodes of Statistica Data Miner; however, you can also simply copy/paste the relevant portion of this code to include it in your custom Visual Basic programs. The code will automatically be displayed in the Statistica Visual Basic program editor window.
C/C++ Generates code compatible with the C/C++ computer language. This option is useful if you want to include the information provided by the final model into custom (C/C++) programs. (See also, Using C/C++/C# Code for Deployment.)
C# Generates code as C#.
Java Generates code in Java script.
SAS Generates deployment code for the created model as SAS code (a .sas file). See also, Rules for SAS Variable Names and Example: SAS Deployment.
SQL stored procedure in C# Generates code as a C# class intended for use in a SQL Server user defined function.
SQL User Defined Function in C# Generates code as a C# class intended for use as a SQL Server user-defined function.
TeraData Generates code as C Computer language function intended for use as a user-defined function in a TeraData querying environment.

Options / C / W. See Common Options.

OK Click the OK button to accept all the specifications made in the dialog box and to close it. The analysis results will be placed in the Reporting Documents node after running (updating) the project.