Search Results

66 résultats trouvés Page 1 / 7
Exemple
Voir

Load CSV with Import Options and Promotion

proc cas; table.loadTable / caslib='CASUSER' path='cars.csv' casOut={name='CARS_GLOBAL', label='Global Cars Data', promote=TRUE} importOptions={fileType='CSV'}; run;

FAQ
Voir

What does the 'importOptions' subparameter define for 'modelTable'?

The 'importOptions' subparameter (alias: 'import') in 'modelTable' specifies the settings for reading the model table from its data source.

FAQ
Voir

table

specifies the settings for an input table. Long form: table={name="table-name"} Shortcut form: table="table-name" The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. ...

FAQ
Voir

modelTable

specifies the table containing the model. Long form: modelTable={name="table-name"}. Shortcut form: modelTable="table-name". Alias: model. The castable value can be one or more of the following: caslib="string". specifies the caslib for the input table that you want to use with the action. By def...

FAQ
Voir

table

specifies the settings for an input table. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: caslib="string". specifies the caslib for the input table that you want to use with the action. By default, the active caslib...

FAQ
Voir

What is table?

specifies the settings for an input table. Long form: table={name="table-name"}. Shortcut form: table="table-name". The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used....

FAQ
Voir

What is validTable?

specifies the settings for an input table. Long form: validTable={name="table-name"}. Shortcut form: validTable="table-name". The castable value can be one or more of the following: caslib: specifies the caslib for the input table that you want to use with the action. By default, the active casli...

FAQ
Voir

sample

specifies the options for sampling the shadow features The featureProbeSample value can be one or more of the following: nRecords : number of observations to sample using the specified model (astore) Alias: nObs Default: 1000 Minimum value: 1 rstore : specifies an input blob table where to read t...

FAQ
Voir

table

specifies the table name, caslib, and other common parameters. caslib : specifies the caslib for the input table that you want to use with the action. By default, the active caslib is used. Specify a value only if you need to access a table from a different caslib. computedOnDemand : when set to ...

FAQ
Voir

What is the CASL syntax for the genmodScore action?

``` regression.genmodScore / alpha=double, casOut={ caslib="string", compress=TRUE | FALSE, indexVars={ "variable-name-1" }, label="string", lifetime=64-bit-integer, maxMemSize=64-bit-integer, memoryFormat="DVR...