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 `listQKBLocales` action lists all the locales that are available for a speci...
The `check` action, part of the 'Analytic Store Scoring' action set, validates a...
The addUserActionSetPath action adds a caslib to the user-defined action set sea...
The 'nBI' parameter sets the number of burn-in iterations (default 100) which are discarded. The 'nMC' parameter sets the number of subsequent MCMC iterations that are saved for prediction (default 1000).
You can use the 'where' parameter to specify an expression for subsetting the input data as it is being loaded.
For hidden layers, the 'acts' parameter supports 'EXP', 'IDENTITY', 'LOGISTIC', 'RECTIFIER', 'SIN', 'SOFTPLUS', and 'TANH'. For the target layer, the 'targetAct' parameter supports 'EXP', 'IDENTITY', 'LOGISTIC', 'SIN', 'SOFTMAX', and 'TANH'. The default activation function depends on the variable type.
Yes, you can specify whether the graph should be treated as directed or undirected using the 'direction' parameter, which defaults to 'UNDIRECTED'.
specifies the relative strength of local forces to global forces with regard to laying out the positions of vertices and edges. A tuning parameter for layout algorithms. Default: 0.01. Range: 0–1.