FOREST Procedure
Syntax: FOREST Procedure
The following statements are available in the FOREST procedure:
PROC FOREST <options>;
AUTOTUNE <options>;
CODE <options>;
CROSSVALIDATION <options>;
FREQ variable;
GROW criterion;
ID variables;
INPUT variables </ LEVEL=NOMINAL | INTERVAL>;
MITIGATEBIAS mitigate-options;
OUTPUT OUT=libref.data-table <option>;
PARTITION partition-option;
SAVESTATE RSTORE=libref.data-table;
TARGET variable </ LEVEL=NOMINAL | INTERVAL>;
VIICODE <options>;
WEIGHT variable;
The PROC FOREST and INPUT statements are required. The TARGET statement is required if you omit the ISOLATION option in the PROC FOREST statement. The INPUT statement can appear multiple times.