The HPSVM Procedure
Syntax: HPSVM Procedure
The following statements are available in the HPSVM procedure:
PROC HPSVM DATA=SAS-data-set <options>;
CODE FILE=filename;
ID variables;
INPUT variables-list / LEVEL=level <option>;
KERNEL kernel-type / kernel-parameters;
OUTPUT <output-options>;
PARTITION <partition-options>;
PENALTY C=constant-list;
PERFORMANCE <performance-options>;
SELECT <select-options>;
TARGET
target/ <option>;
The following sections describe the PROC HPSVM statement and then describe the other statements in alphabetical order.