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 logisticType3 action computes Type 3 or Joint tests for a previously fitted ...
The featureMachine action is an automated feature transformation and generation ...
Provides an action for performing variable clustering and providing undirected n...
The maxFlow action calculates the maximum flow of a graph. It is part of the Network Optimization action set, which provides tools for combinatorial and network flow optimization.
Yes, you can use the `doNotCluster` parameter. Specify the name of a column in the input table that contains a Boolean flag. If the value for a row is 'true' or '1', it will be placed in its own separate cluster.
The 'frequencyName' parameter specifies the column name for the group frequencies in the output table. The default column name is '_Frequency_'. Its alias is 'freqName'.
The `tailStart` parameter specifies the EDF value where the tail region starts. The default value is 0.8.
Gaussian mixture model.