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 `addNode` action dynamically adds one or more machines to a running SAS Clou...
Loads a CAS action set into the current session, making its actions available fo...
The exploreCorrelation action explores linear and nonlinear correlations among v...
The minCut action can produce two main output tables: 'outCutSets' to store the links that form the minimum cut sets, and 'outPartitions' to store the minimum cut partitions of the nodes.
The 'nominals' parameter is used to specify the nominal variables that will be used in the training for the dimensionality reduction.
by default, observations with missing values are included. When set to False, observations with missing values for the variables used in the tree model are ignored when scoring. Default: TRUE.
Yes, by setting the `separateChannels` parameter to True, the action will compare each color channel separately. This is the default behavior.
You can specify classification variables using the "class" parameter. This parameter allows you to define options such as the parameterization method ("param"), the reference level ("ref"), and the sort order ("order") for the categorical variables.