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
Reshapes a table from a long format (multiple rows per subject) to a wide format...
The aggregate action performs aggregation on selected variables. It provides a w...
Persists all changes in an access control transaction to the server, releases al...
You can specify the network architecture using the 'arch' parameter. The available options are 'MLP' for a multilayer perceptron, 'GLIM' for a generalized linear model architecture (a two-layer perceptron with no hidden layers), and 'DIRECT' which is an extension of MLP with direct connections from the input to the output layer. The default architecture is 'GLIM'.
specifies the maximum amount of memory, in bytes, that each thread should allocate for in-memory blocks before converting to a memory-mapped file. Files are written in the directories that are specified in the CAS_DISK_CACHE environment variable. When you create a large output table, such as 5G or more for each worker, you can set this value to 256M or more to improve performance.
Yes, you can use the 'freq' parameter to specify a numeric variable that represents the frequency of each observation in the input table.
The logisticCode action writes SAS DATA step code to compute predicted values of a fitted logistic regression model.
The 'outputFormat' parameter determines how cropped detections are saved. 'MULTIPLE_ROWS' (default) saves them in one column across multiple rows, while 'MULTIPLE_COLUMNS' saves them in multiple columns within a single row.