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
Persists all changes in an access control transaction to the server, releases al...
Extracts the saved ONNX blob from a remote saved ONNX store. This action allows ...
The exploreData action performs data exploration, automatic variable analysis, a...
The 'siteNum' result is an integer. You can access the value from results.siteNum.
You can use the 'GROUPRARE' method. This method groups rare levels together. You can control this by setting 'preprocessRare' to TRUE and defining the threshold with 'rareThreshold' (for frequency count) or 'rareThresholdPercent' (for percentage).
The network.core action is used to calculate the core decomposition of a graph. This process identifies dense subgraphs, which can be useful for understanding the structure of the network.
The 'columnMap' parameter is used to specify the labels that the score columns represent, and they must be in the same order.
Use the 'sMethod' parameter. It offers several methods: 'RMSDF' (weighted root mean square), 'RMVLUE' (minimum variance linear unbiased estimate from ranges), 'RNOWEIGHT' (unweighted estimate from ranges), 'SMVLUE' (minimum variance linear unbiased estimate from standard deviations), and 'SNOWEIGHT' (unweighted estimate from standard deviations), which is the default.