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