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 frontierCost action analyzes stochastic frontier cost models. It estimates t...
The fmtLibCntlOut action creates a SAS Cloud Analytic Services (CAS) table that ...
The `annTrain` action, part of the `neuralNet` action set, is used to train an a...
Yes, you can omit the intercept by setting the "noInt" parameter to TRUE.
When set to True, the binMissing parameter includes missing values in the analysis. The default value is FALSE.
The 'table' parameter is required. It specifies the input CAS table that you want to analyze.
The 'direction' parameter specifies whether the graph should be treated as 'DIRECTED' or 'UNDIRECTED'. In an undirected graph, links are bidirectional, while in a directed graph, links have a specific orientation from a source to a sink node. The default is 'UNDIRECTED'.
The 'onMain' parameter, when set to TRUE, specifies that the log change should also be sent to the server controller. The default value is FALSE.