RECOMMEND Procedure

REMOVE Statement

Removes a recommender system from the SAS LASR Analytic Server, or removes a method from a recommender system.

Syntax

REMOVE <recommender-system> </ option(s)>;

Optional Argument

recommender-system

specifies the name of the recommender system to remove from the SAS LASR Analytic Server. To remove the currently active recommender system, issue the REMOVE statement with no additional arguments or options.

Default Value provided for RECOM= or SYSTEM= in the PROC RECOMMEND statement. If no value was specified, the default value RECOM.SYSTEM is used.

Options for the REMOVE Statement

METHOD=NEAREST | KNN

METHOD=SLOPEONE | SLOPE1

METHOD=SVD

METHOD=ENSEMBLE

METHOD=ARM

METHOD=CLUSTER

specifies the method that you want to remove from a recommender system. If the method is included in an ensemble, then the ensemble is removed also.

LABEL='string'

specifies the label of the method to remove.