GPCLASS Procedure
Syntax: GPCLASS Procedure
The following statements are available in the GPCLASS procedure:
PROC GPCLASS <options>;
AUTOTUNE <options>;
DISPLAY <table-list> </options>;
DISPLAYOUT table-spec-list </options>;
INFERENCE inference-algorithm <options>;
INPUT variables <LEVEL=INTERVAL>;
KERNEL kernel-type <options>;
OUTPUT OUT=libref.data-table <options>;
SAVESTATE RSTORE=libref.data-table <option>;
TARGET variables <LEVEL=NOMINAL>;
The PROC GPCLASS statement, an INPUT statement, and a TARGET statement are required. You can specify multiple INPUT statements. The GPCLASS procedure takes only interval input variables.
The following sections describe the PROC GPCLASS statement and then describe the other statements in alphabetical order.