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
Combines a list of format libraries into a single format library....
The correlation action computes Pearson product-moment correlations. This is a f...
Loads a binary model file, such as a sentiment analysis model (SAM), a category ...
The optimization.loadMps action loads an MPS file string into a CAS data table. This data table is formatted in a way that can be used by other optimization solvers.
Set the 'asymptotic' parameter to TRUE.
The "distinctCountLimit" parameter sets a limit (default is 10,000). If this limit is exceeded and the "misraGries" parameter is set to TRUE (which is the default), the action uses the Misra-Gries frequency sketch algorithm to estimate the distribution. Otherwise, the operation may be aborted.
Yes, you can use the 'noise' parameter by setting it to 'Y' to include a noise cluster in the model to capture outliers or data points that do not fit well into any of the Gaussian clusters.
Specifies the table that contains the audio input. Long form: table={name="table-name"} Shortcut form: table="table-name". The castable value can be one or more of the following: caslib, computedOnDemand, computedVars, computedVarsProgram, dataSourceOptions, importOptions, name (required), singlePass, vars, where, whereTable.