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 `addPrototypes` action from the `fcmpact` action set allows for the dynamic ...
The `session.actionstatus` action allows you to retrieve the status of actions f...
The `attribute` action manages extended attributes for in-memory tables in CAS. ...
The 'hiddens' parameter allows you to specify the number of hidden neurons for each hidden layer. For example, specifying hiddens={10, 5} would create a network with two hidden layers, the first having 10 neurons and the second having 5.
The available algorithms are "BACKTRACK" and "BUILD".
When set to True, all scale types will be computed. Default is False.
The `method` parameter allows you to choose the estimation technique. 'MLE' stands for Maximum Likelihood Estimation, which is the default. 'CAL' stands for the calibration method, which is typically faster but might be less accurate.
The 'table.whereTable.vars' subparameter specifies the variable names to use from the filter table. The casinvardesc value can be one or more of the following: 'format', 'formattedLength', 'label', 'name', 'nfd', 'nfl'.