MTLEARN Procedure
Syntax: MTLEARN Procedure
The following statements are available in the MTLEARN procedure:
PROC MTLEARN <options>;
AUTOTUNE <options>;
DISPLAY <table-list> </ options>;
DISPLAYOUT table-spec-list </ options>;
INPUT variables <LEVEL=INTERVAL>;
TARGET variables <LEVEL=INTERVAL>;
OUTPUT OUT=libref.data-table <options>;
SAVESTATE RSTORE=libref.data-table <options>;
The PROC MTLEARN statement, the INPUT statement, and the TARGET statement are required. You can specify multiple INPUT statements. You can specify one or multiple targets in the TARGET statement.
The following sections describe the PROC MTLEARN statement and then describe the other statements in alphabetical order.