DATASET subcommand (SPATIAL ASSOCIATION RULES command)
The DATASET subcommand identifies the data sources used in the analysis. The
datasets are defined in a map specification file created by the SPATIAL
MAPSPEC command.
- You can specify multiple
DATASETsubcommands for multiple data sources. - Only one
DATASETsubcommand can specify event data.
- DATAID=id
- The
IDENTIFIERvalue of the dataset, specified on aDATAsubcommand of theSPATIAL MAPSPECcommand.- If
EVENTDATA=YESand more than one data source provides event data, you can specify multiple ID values .
- If
- KEEP=fieldname (id id [id...] [type] [measurement level]) fieldname...
- Required for multiple event data sources,
KEEPcreates a single data source from the different data sources. For each field, specify the datasets that contain that field.- ALL
ALLcan be used in place of a list of dataset ID values. This keyword includes all fields from all datasets specified on theDATAIDkeyword.- STRING | NUMERIC
- You can optionally specify the data type as
STRINGorNUMERIC. Data type for each field must be the same in all datasets. The type specification onKEEPtreats all instances of the field as the same type. If a type keyword is specified, you must also specify the measurement level. - NOMINAL | ORDINAL | SCALE
- You can optionally specify the measurement level as
NOMINAL,ORDINAL, orSCALE. This keyword must be preceded by a type keyword.SCALEcannot be specified withSTRING.
- PREDICTIONS=fieldlist
- Specifies the fields that are predictions in the rules.
- For multiple event data sources, all fields specified for
PREDICTIONSmust also be specified onKEEP. - Fields specified as predictions can also be specified as conditions.
- For multiple event data sources, all fields specified for
- CONDITIONS=fieldlist
- Specifies the fields that are conditions. Fields specified as conditions can also be specified as predictions.
- BINEXCEPTIONS=fieldname(value list); fieldname(value list);...
- For the specified continuous fields, overrides the
AUTOBINNINGsetting and uses the specified list of cut points for binning.- The value list is enclosed in parentheses.
- Specifications for multiple fields are separated by semi-colons.
- AGGEXCEPTIONS=fieldname(MEAN|MEDIAN|MODE|SUM|HIGH|LOW); fieldname...
- For the specified fields, overrides the aggregation method specified on the
AGGREGATIONsubcommand and uses the specified method.- The method name is enclosed in parentheses.
- Specifications for multiple fields are separated by semi-colons.