Hello,
Is there a way to just export the Cross validation Summary Statistics to a table from Geostatistical Wizard? I am working with many different Maps so I do not need the entire report. I see that I can copy the summary to a clip board but I was wondering if there is an easier way.
Hi Lucas,
The easiest way to do this is the Cross Validation geoprocessing tool. It takes a geostatistical layer as input, and it creates a derived output with all of the summary statistics as properties.
Quick Python code example:
outCV = arcpy.ga.CrossValidation('myGALayer')outCV.rootMeanSquare'294.63006397102004'
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.