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 event parameter specifies the target variable level to model. It casts multilevel classification problems into a one-versus-all binary classification problem, where the parameter value denotes the level being modeled.
When set to True, computes multinomial output statistics at the observed response level. Default: FALSE.
Specifies the indices of the variables to treat as nominal variables.
The 'syntax' parameter specifies the language in which to return the action commands invoked in a session. Allowed values are 'CASL', 'LUA', or 'ASLOGGED'. The default value is 'ASLOGGED'.
The connectedComponents action calculates the connected components of a graph. It is used to determine groups of nodes where every node is reachable from every other node within the same group.