Geostatistical Analyst arcpy 类快速浏览
Geostatistical Analyst 类主要用于定义 Geostatistical Analyst 工具的形式参数,其中,Geostatistical Analyst 工具的实际参数数量可能随所选形式参数的类型(例如,搜索邻域)而发生变化。通过使用参数的类,可以访问并通过编程来更改模型脚本内参数中的任何单独条目。
SearchNeighborhoodSmooth 和 SearchNeighborhoodStandard 类用于指定参数,这些参数用于选择在插值过程的搜索邻域中使用哪些数据。
CrossValidationResult 类用于访问交叉验证工具中的输出属性。
组 |
描述 |
---|---|
CrossValidationResult |
The CrossValidationResult class is returned by the Cross Validation tool and contains access to the cross-validation results that can be generated for any geostatistical layer. |
SearchNeighborhoodSmooth |
The SearchNeighborhoodSmooth class can be used to define the search neighborhood for IDW, Local Polynomial Interpolation, and Radial Basis Functions (only when the INVERSE_MULTIQUADRIC_FUNCTION keyword is used). The smooth search neighborhood class accepts inputs for a minor and major axis, the size of search ellipse, the angle of the search ellipse, and a smoothing factor. |
SearchNeighborhoodStandard |
The SearchNeighborhoodStandard class can be used to define the search neighborhood for IDW, Local Polynomial Interpolation, and Radial Basis Functions. |