Data is predicted according to the model obtained by generalized linear regression training or the existing model.
Prediction Dataset: required parameter. The Dataset to be predicted accesses Connection Info, including Data Type, Connect Parameter, Dataset name, etc. You can connect HBase data, dsf data, and Local Data.
Data Query Conditions: optional parameter; the specified data can be filtered out for corresponding analysis according to the Query Conditions; attribute conditions and Spatial Query are supported. E.g. SmID <100 and BBOX(the_geom, 120,30,121,31)。
Model Save Directory: required parameter, which is the save address of the generated model in Training Procedure.
Mapping field of prediction data: optional parameter. The field of prediction data needs to be in one-to-one correspondence with the field of training data to obtain the prediction result by using the model obtained by training. The default is null. In this case, all fields in the explanatory (explanatory variable array) must exist in the Prediction Dataset.
Distance explanatory variable mapping of prediction data: optional parameter. If the distance explanatory variable Dataset is input in the training model stage, the prediction distance explanatory variable Dataset must be input here, and the corresponding field is required.
Result Dataset: required parameter. It is the Connection Info for saving the access data of the prediction result. It needs to include the Data Type, Connect Parameter, Dataset name and other information.