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 bnet action from the Bayesian Net Classifier action set uses Bayesian networ...
Lists the saved results for a session. This action is useful for managing and re...
The matchImages action finds occurrences of a query image within a larger set of...
A connected component of a graph is a subgraph in which any two vertices are connected to each other by paths, and which is connected to no additional vertices in the supergraph. For a directed graph, there are weakly and strongly connected components.
When using the 'LBFGS' algorithm, you can specify the line search method via the 'lineSearchMethod' subparameter within 'lbfgsOpt'. The options are 'MORETHUENTE' (default), 'ARMIJO', 'WOLFE', 'STRONGWOLFE', and 'HYBRID'.
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.
By default, implicit pass-through is enabled. You can disable it by setting 'disablePassThrough' to TRUE in the 'cntl' parameter list.
The `algorithm` parameter specifies the algorithm to use for matching. The available options are 'AUTO', 'DISTRIBUTED', or 'SINGLE'. 'AUTO' is the default.