GC&RT Results - Report Tab

Select the Report tab of the GC&RT Results dialog box to access the option described here.

Variables and command syntax. Click this button to send the variable specifications and command syntax for the current analysis to a report.

Code generator. If your program is licensed to include this feature, you can generate computer code to implement the (decision) rules defined by the final tree. Note that deployment code is generated only for Standard C&RT analyses (not C&RT with coded design analyses). The C/C++ code generated in the General C&RT and module is command line deployable. Click this button to display the following options:

Element Name Description
PMML Generates code in Predictive Model Markup Language (PMML), 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).
Statistica Visual Basic (SVB) Generates a Statistica Visual Basic program containing the code implementing the model. This code is 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 is automatically 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# Click this command to generate code as C#.
Java Generates code in Java script.
Java MapReduce Generates Java MapReduce code for Statistica models that can be deployed to SBDA and score large amounts of Hadoop data using the MapReduce paradigm.
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.
Rules Produces report output containing Statistica Rules for the generated model.
Deploy using Rules Builder Displays a ready to deploy Rules Builder dialog box preloaded with Statistica Rules for the generated model.
Deployment to Statistica Enterprise Deploys the results as an Analysis Configuration in Statistica Enterprise. Note that appropriately formatted data must be available in a Statistica Enterprise Data Configuration before the results can be deployed to an Analysis Configuration.

SQL code for all terminal nodes. Generates the classification rules for each of the terminal nodes in  SQL code. When this button is clicked, Statistica generates a report containing the necessary code for selecting cases and assigning values for all of the terminal nodes. Note that options for selecting SQL code for a single node are available on the GC&RT Results dialog box - Node tab [see Node id and SQL Code (selection rules)].