The starting point for your SAS® CAS projects
Full Catalog & Examples
Data preparation scripts
FAQ & Help
Business Use Cases
Builds a concept model from linguistic rules defined in a CAS table. This action...
The condenseImages action is a utility function that converts a CAS table with n...
The convertMps action is a utility function within the Optimization action set. ...
Use the 'outNodes' parameter to specify an output table. This table will include the original node information along with a new column, typically named 'concomp', which contains the identifier for the connected component that each node belongs to.
The process involves a burn-in phase followed by the main sampling phase. The 'nBI' parameter sets the number of burn-in iterations (default 100), which are discarded. The 'nMC' parameter specifies the number of subsequent MCMC iterations that are saved for prediction (default 1000).
The required parameters are 'casOut' to specify the output table, 'model' to provide the input model tables, 'table' for the input data, and 'target' to name the predicted variable in the output.
The 'modelTable' parameter specifies the input table that contains the model to explain. This table must contain an analytic store or DATA step scoring code.
The required parameters for the crfTrain action are 'table' to specify the input data, 'model' to define the output modeling tables, 'target' for the predicted variable, and 'template' to specify the feature extraction template.