SAVE subcommand (SPATIAL ASSOCIATION RULES command)
The SAVE
subcommand saves score values as new fields in a data file or new
dataset.
- SOURCESTOSCORE=id ('filespec'|dataset)
- New fields containing score values are written to the specified data source. The ID
value is the value of
DATAID
on theDATASET
subcommand. If the data source is not open in the current session, it is opened in the current session. You must explicitly save the modified file to save the new fields. - BESTRULE=integer
- Saves the best n rules. Three new fields are saved for each rule: rule ID, predicted value, and confidence. The default number of best rules is 3.
- BESTNAME='name'
- Root name for the new fields. Names must conform to variable naming rules. The default root name is "BestRule".
- TARGETS=fieldname(id) fieldname(id)...
- Create new fields for the selected target (prediction) fields.
- Two new fields are created for each target field: predicted value and confidence value.
- For continuous (scale) target fields, the predicted value is string that describes a value range. A value of the form "(value1, value2]" means "greater than value1 and less than or equal to value2."