| Label | Explanation | Data Type |
Input Features | The point features that will be interpolated to a continuous surface layer. | Feature Set |
Output Name | The name of the output layer that will be created on your portal. | String |
Interpolation Field
(Optional) | The numeric field containing the values that will be interpolated. | Field |
Interpolate Option (Optional) | Specifies whether speed, accuracy, or a balanced combination of the two will be used. More accurate predictions take longer to calculate.
| String |
Output prediction error (Optional) | Specifies whether a prediction error output layer will be created. If checked, a polygon layer of standard errors for the interpolation predictions will be output. Standard errors are useful because they provide information about the reliability of the predicted values. A simple rule of thumb is that the true value will fall within two standard errors of the predicted value 95 percent of the time. For example, a new location has a predicted value of 50 with a standard error of 5. This means that this task's best prediction is that the true value at that location is 50, but it reasonably could be as low as 40 or as high as 60. To calculate this range of reasonable values, multiply the standard error by 2, add this value to the predicted value to get the upper end of the range, and subtract it from the predicted value to get the lower end of the range.
| Boolean |
Classification Type (Optional) | Specifies how predicted values will be classified into polygons.
| String |
Number of Classes (Optional) | The range of predicted values that will be divided into distinct classes. The range of values in each class is determined by the classification type. Each class defines the boundaries of the result polygons. The default is 10 and the maximum is 32. | Long |
Class Breaks
(Optional) | The class break values that will be used for a manual classification. These values define the upper limit of each class, so the number of classes will equal the number of values provided. Areas will not be created for any locations with predicted values above the largest break value provided. You must provide at least 2 and no more than 32 values. | Double |
Bounding Polygons
(Optional) | The layer containing the polygons where values will be interpolated. For example, if you are interpolating densities of fish in a lake, you can use the boundary of the lake in this parameter, and the output will only contain polygons within the boundary of the lake. | Feature Set |
Predict At Point Layer
(Optional) | An optional layer containing point locations that will be used to calculate prediction values. This allows you to make predictions at specific locations of interest. For example, if the input layer represents measurements of pollution levels, you can use this parameter to predict the pollution levels of locations with large at-risk populations, such as schools or hospitals. You can then use this information to give recommendations to health officials in those locations. | Feature Set |
Derived Output
| Label | Explanation | Data Type |
| Output Layer | The output polygon features, where each polygon surrounds interpolated values based on the classification type and number of classes. | Feature Set |
| Output Prediction Error Layer | Contains the predicted error for each point in the input layer. | Feature Set |
| Output Predicted Points Layer | The point layer containing points from the predicted point layer with their predicted values. | Feature Set |