Google Earth Engine(GEE) ——使用sentinel-1中VV和VH波段来进行土地分类(随机森林分类方法)
我们本次来使用sentinel1影像进行土地分类,但是这里我们要注意有些时候我们所选择的区域并没有影像,所以如果报错的话,我们可以将筛选的影像时间放宽。这样我们就能分类了,当然也可加载了Landsat影像,我们可以选择加入Landsat影像进行多源遥感影像分析,进行土地分类。
函数:
ee.Classifier.smileRandomForest(numberOfTrees, variablesPerSplit, minLeafPopulation, bagFraction, maxNodes, seed)
Creates an empty Random Forest classifier.
Arguments:
numberOfTrees (Integer):
The number of decision trees to create.
variablesPerSplit (Integer, default: null):
The number of variables per split. If unspecified, uses the square root of the number of variables.
minLeafPopulation (Integer, default: 1):
Only create nodes
