本文指在土地分类进行分析
randomColumn(columnName, seed, distribution)
Adds a column of deterministic pseudorandom numbers to a collection. The outputs are double-precision floating point numbers. When using the 'uniform' distribution (default), outputs are in the range of [0, 1). Using the 'normal' distribution, outputs have μ=0, 𝛔=1, but have no explicit limits.
在一个集合中添加一列确定性的伪随机数。输出是双精度的浮点数字。当使用 "均匀 "分布(默认)时,输出在[0, 1]的范围内。使用 "正常 "分布,输出有μ=0,𝛔=1,但没有明确的限制。
Arguments:
this:collection (FeatureCollection):
The input collection to which to add a random column.
co