-c option

This option loads a model file, interprets MDL statements, generates categories, and creates cubes.

Use this option with the applicable file-opening option: either -p, -m, or -i. On Windows, use this option with -n.

The syntax for using the -c option is as follows:

cogtr -c -pfilename.py?|-m
filename.mdl

The following UNIX and Linux® example uses -c and -p options together to open the binary model file go_sales.pyj and process it as described.

cogtr -c -pgo_sales.pyj

The following UNIX/Linux example uses the -c and -m options together to open the equivalent full model definition (the .mdl text file for go_sales), and process it as described.

cogtr -c -mgo_sales.mdl