The starting point for your SAS® CAS projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
Specifies an input table that contains rows to use as a WHERE filter. If the vars parameter is not specified, then all the variable names that are common to the input table and the filtering table are used to find matching rows. If the where parameter for the input table and this parameter are specified, then this filtering table is applied first. The groupbytable value can be one or more of the following:
The crossValidate action is used to perform cross-validation with specified machine learning actions.
The 'descType' parameter is used only with the "DESCRIPTORMATCH" method. It specifies the type of descriptor to be computed on the keypoints, with options like "BRISK" or "ORB".
You can use the 'saveState' parameter to specify an output table where the model's state, including its weights, will be saved. This allows you to resume training later or use the model for scoring with the 'annScore' action.
The buildAutoComplete action builds an auto complete index table which is used for auto complete queries.