DATASET subcommand (SPATIAL TEMPORAL PREDICTION command)
The DATASET subcommand identifies the data sources that are used in the
analysis. The datasets are defined in a map specification file that is created by the
SPATIAL MAPSPEC command. You can specify a maximum of two
DATASET subcommands.
The following requirements apply when there are two data sources:
- Kernel density estimates (KDE) are calculated and used as the target.
- The map specification file must include a map (
SPATIAL MAPSPECcommand,MAPsubcommand). - Both data sources must contain a time field.
- One of the data sources must specify
ROLE=EVENTDENSITYon theDATAsubcommand of theSPATIAL MAPSPECcommand. This data source must contain coordinates. - The other data source must specify
ROLE=CONTEXTon theDATAsubcommand of theSPATIAL MAPSPECcommand. This data source must be matched to the map with key values.
- DATAID=id
- The
IDENTIFIERvalue of the dataset, which is specified on aDATAsubcommand of theSPATIAL MAPSPECcommand. - KDENAME=rootname
- Root field name for calculated kernel density estimates. If a field name with that name exists, a unique new name is generated by appending an integer value to the name.
- TARGET=fieldname
- The name of the target field.
- If there is only one
DATASETsubcommand, a single target field is required. - If there are two
DATASETsubcommands, theTARGETkeyword is not valid.
- If there is only one
- INPUTS=fieldlist
- The inputs (predictors) in the dataset. Inputs for each dataset are specified on
separate
DATASETsubcommands. - TIMEINDEX=fieldlist
- The fields that define time periods. Multiple fields can be specified to define
periodicity. Each
DATASETsubcommand must contain aTIMEINDEXspecification, and they must define the same time interval. - 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.