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 brTrain action extracts Boolean rules from a collection of documents. It is ...
The `binning` action in the `dataPreprocess` action set is a powerful tool for u...
The metrics action is used to display performance metrics for each subsequent ac...
Linear restrictions on parameter estimates are specified using the restrictions parameter, which accepts a list of strings representing the restrictions.
use the duplicate value reduction memory format. This memory format can reduce the memory consumption and file size when the input data contains duplicate values.
The 'ignoreNameNotFound' parameter, when set to TRUE, allows the action to ignore any formats specified in the 'formatNames' list that are not found in the source libraries and continue processing. The default value is FALSE, which would cause an error in such a case.
The minCut action is used to calculate the minimum cut of a graph, which involves finding a partition of the graph's nodes into two disjoint sets (a source set and a sink set) that minimizes the total weight of the links between them.
The 'randomCrop' parameter specifies how to crop images when they are used as input. Options include 'UNIQUE' for random offset cropping, 'RESIZETHENCROP' for resizing then cropping, and 'RANDOMRESIZED' for random scaling and aspect ratio adjustments before resizing.