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 'cumFreqName' parameter specifies the column name for the cumulative frequency in the output table. This column shows the cumulative frequency of the group to which the record belongs, with respect to the input table. The default column name is '_CumFreq_'. Its alias is 'cumFrequencyName'.
Specifies the length of the format precision.
The `casOuts` parameter specifies the output data tables for the results. This can include `rules` (the generated rules), `ruleTerms` (the terms in each rule), and `candidateTerms` (the terms selected for rule creation).
specifies the number of worker nodes associated with this session.
Yes, the 'maxWeight' parameter allows you to specify a maximum weight. The action will only return cuts whose total link weight is less than or equal to this value.