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
Prints the supplied parameters to the client log. This action is generally used ...
The crfTrain action trains a Conditional Random Fields (CRF) model for sequence ...
Releases all objects that are checked out by the current client session. This ac...
Use the 'sMethod' parameter. Available methods include 'RNOWEIGHT' (unweighted estimate based on subgroup ranges), 'SNOWEIGHT' (unweighted estimate based on subgroup standard deviations), 'RMVLUE', 'SMVLUE', and 'RMSDF'.
The 'sparse' parameter, when set to True and the action is running on a distributed server, means each thread reads data from only a few groups. This can improve performance with many threads or groups. The default is False, and in some cases, 'sparse' is enabled automatically.
Yes, by setting the "priors" parameter type to "INPUT". You must then provide the specific estimates using the "values" subparameter.
The available options for 'aggregator' are: 'MAX' (maximum value), 'MEAN' (arithmetic mean), 'MIN' (minimum value), 'N' (number of observations), and 'SUM' (sum of nonmissing values). The default is 'SUM'.
The cChart action produces c charts, which are control charts for the number of nonconformities (or defects) per inspection unit.