The starting point for your SAS® and Viya™ 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
The compareImages action compares images from a source table with images from a ...
The `batchresults` action allows for changing the execution mode of a currently ...
The forestTrain action trains a forest model, which is an ensemble of decision t...
The "optimizer" parameter's "algorithm" option allows you to choose from several techniques, including "CONJUGATEGRADIENT", "DOUBLEDOGLEG", "NEWTONRAPHSONWITHLINESEARCH" (the default), "NEWTONRAPHSONWITHRIDGING", "QUASINEWTON", "TRUSTREGION", or "NONE".
The `countreg.countregViewStore` action displays information about a regression model that has been restored from an item store.
To use the `batchresults` action in CASL, you would call `session.batchresults` and provide the session's UUID. For example: `session.batchresults / uuid="your-session-uuid";`.
specifies the output table containing vertices information for color structural graphs. For more information about specifying the vertices2 parameter, see the common casouttable parameter.
You can use the 'validateOnly' parameter. When set to TRUE, it validates the query syntax and returns without executing the query. The default value is FALSE.