The HPSVM Procedure
CODE Statement
CODE FILE=filename;
The CODE statement is optional in PROC HPSVM. If you use a CODE statement, score code is generated and stored in a file that can be used for model scoring. Only one CODE statement is processed. If you specify multiple CODE statements, only the first one is used.
The CODE statement applies only to interior point methods that uses a linear kernel and a polynomial kernel of degree 2 and 3. For a polynomial kernel of degree 4 and greater, a warning message is generated and the CODE statement is ignored.
For the active-set method, the CODE statement is ignored.
Last updated: May 25, 2022