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
The forestScore action scores an input table using a previously trained forest m...
The `cox` action in the `phreg` (Proportional Hazards Regression) action set is ...
Computes various features for audio files loaded into a CAS table. This action i...
The 'audioColumn' parameter specifies the name of the column in the input table that contains the audio data.
You can use the `sortBy` parameter (alias `orderBy`) to specify a list of variables to sort by, including options for sort order (`ASCENDING` or `DESCENDING`) and whether to use formatted values.
Specifies an expression for subsetting the input data.
The 'display' parameter allows you to specify a list of display tables that you want the action to generate. If this parameter is omitted, the action creates all available tables by default.
The 'nCeps' option specifies the number of cepstral coefficients to include in each MFCC feature frame, including C0. The default is 13.