标签: r classification sample-data
我用ArcMap,SNAP和SAGA中的不同训练数据集进行了162个分类。我想在R中执行准确性评估。因此,我使用randomSample函数从验证数据集中采样了10000个点。输出是一个SpatialPointsDataFrame,它具有x和y coordiantes,看起来像这样
randomSample
SpatialPointsDataFrame
enter image description here
这些点我想再次用于从分类结果中采样类值。那么如何提取x和y值再次用于采样?