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 'weight' parameter specifies the numeric weight variable used to compute the rank order score of a distinct grouping.
Yes, you can use the 'threshold' parameter to specify a value for eliminating matches that have a low confidence score.
The action returns a result table containing details for each session, including the session name, its UUID, the user who initiated it, and its current state.
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'.
specifies the seed for the random number generator. By default, the random number stream is based on the computer clock. Negative values also result in random number streams based on the computer clock. If you want a reproducible random number sequence between runs, specify a value that is greater than zero. Default: 0. Range: 0–MACINT.