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 fastknn action performs a k-nearest neighbor search. It calculates the dista...
The mbcFit action performs model-based clustering on a given data set using the ...
The logisticLackfit action computes the Hosmer and Lemeshow goodness-of-fit test...
One-hot encoding transforms a categorical variable into a set of binary variables (one for each level). To use it, you set the 'method' parameter to 'ONEHOT'. This is also aliased as 'LABEL'.
The 'keyModify' parameter specifies options for character values in input variables, such as left-justification (L), right-justification (R), conversion to uppercase (U), and condensing consecutive blanks to one blank (C).
The 'table.computedVars.name' subparameter specifies the name for the variable.
specifies the list of authentication providers.
The buildSurface action requires three mandatory parameters: 'images' to specify the input image table, 'outputFaces' to define the output table for surface faces, and 'outputVertices' to define the output table for surface vertices.