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
specifies the concentration parameter for the Dirichlet process.
The action generates two primary output tables. The table specified in 'outputVertices' contains the vertices that make up the surfaces. The table specified in 'outputFaces' contains the faces of the surfaces, which are typically defined by connecting the vertices.
To extend a predefined sentiment model for a specific language, you need to set the 'predefinedSentiment' parameter to TRUE. The action will then use the sentiment model corresponding to the language specified in the 'language' parameter.
The `name` parameter is required and specifies the name of the in-memory table to which the attributes apply. The `table` parameter (aliased as `attrTable`) specifies the name of an existing table that stores the extended attributes, which is used for tasks like ADD, UPDATE, or CONVERT.
The convertMps action converts a two-column data table, which represents an MPS file, into a seven-column MPS-format data table suitable for use by optimization solvers.