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
Loads a table from a caslib's data source into memory on the CAS server. This ac...
The 'importQKBFromURL' action facilitates the import of a Quality Knowledge Base...
The fism action applies the FP-growth algorithm to identify frequent item sets w...
The 'caslib' parameter specifies the target caslib where the table will be created or appended on the server.
You can specify the number of principal components to use by setting the "npc" parameter within the "output" list. The default value is 4.
The no3SigmaCheck parameter, when set to True, enables tests for special causes when the control limits are not three sigma limits. Default: FALSE.
The action returns a result table named 'ColumnInfo'. This table includes details for each column such as its name, ID, data type (e.g., varchar, double), length, formatted length, any applied format, and its label.
The required parameters are `table`, which specifies the input table containing the images, `casOut`, which defines the output table for the augmented images, and `augmentations`, which is a list specifying the cropping and mutation options.