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
Provides an action for performing variable clustering and providing undirected n...
The cycle action calculates the elementary cycles (simple circuits) of a graph. ...
Prints the supplied parameters to the client log. This action is generally used ...
specifies that graph partitioning is to be used- the layout algorithms (which depend on layout=, and parallel=) become sub-algorithms. More costly timewise, but the layout is often better quality. Alias: gp. Default: FALSE.
specifies that all vertices in the data are to be output even if they have no edges incident onto them. Alias: kav. Default: FALSE.
The 'table.whereTable.vars.nfl' subparameter specifies the length of the format field.
specifies whether stress, closeness, and betweenness centrality are scaled or not and, for these centralities, whether those of the most central vertices have values are at or near 1, or at or near 0. CENTRAL0 specifies stress, closeness, and betweenness centralities are to be scaled so that the most central vertices have vales at or near 0. CENTRAL1 specifies stress, closeness, and betweenness centralities are to be scaled so that the most central vertices have vales at or near 1. NONE specifies stress, closeness, and betweenness centralities are not to be scaled.
Specifies the type of histogram for the request package. Can be 'CUTPTS' (creates bins according to user-specified cutpoints), 'EQUALFREQ' (creates equal-frequency bins), or 'EQUALWIDTH' (creates equal-width bins). Alias is type. Default is EQUALWIDTH.