ITrees Results - Report Tab

Select the Report tab of the ITrees Results dialog box to access the 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. All generated codes from the Code generator drop-down list will include surrogate information in it for C&RT and CHAID models. The C/C++ code generated in the ITrees module is command line deployable.

Code generator. Click this button to display a list containing 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 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.
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 Click this button to generate the classification rules for each of the terminal nodes in SQL code. When this button is clicked, STATISTICA will generate 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 ITrees Results dialog - Manager tab (see Node id and SQL Code).