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 loadAudio action loads audio files from a specified path and caslib into a C...
The catTrans action groups and encodes categorical variables using various unsup...
The faNFactors action determines the number of factors to be retained in a facto...
The 'resolutionList' parameter specifies a list of non-negative resolution values. These values are used to control the granularity of the communities detected. Higher resolution values tend to result in a larger number of smaller communities.
You must use the 'table' parameter to specify the input data table that you want to compute predictive margins for.
Use the n parameter. If you set n to 0 (the default value), the action computes the same number of independent components as there are numeric variables analyzed.
The faExtract action is used to extract common factors from a data set.
Yes, you can apply a random rotation by specifying `rotateLeft` or `rotateRight` with a `type` of 'RANGE'. For example, `mutations={rotateRight={type='RANGE', value={0, 90}}}` would apply a random right rotation between 0 and 90 degrees.