Skip to content

Commit

Permalink
0.4.8 - doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sacridini committed Oct 12, 2018
1 parent 7caec65 commit 6d547ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ _Function to apply RandomForest classification to an image._

##### Params:
(ee.Image) image - The input image to classify.
(list) roi - Coordenates or just a polygon of the sample area.
(list) roi - A polygon containing the study area.
**optional** (number) _numClusters - the number of clusters that will be used. Default is 15.
**optional** (number) _scale - the scale number. The scale is related to the spatial resolution of the image. Landsat is 30, sou the default is 30 also.
**optional** (number) _numPixels - the number of pixels that the classifier will take samples from the roi.
Expand Down
2 changes: 1 addition & 1 deletion geet.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
Params:
(ee.Image) image - The input image to classify.
(list) roi - Coordenates or just a polygon of the sample area.
(list) roi - A polygon containing the study area.
optional (number) numClusters - the number of clusters that will be used. Default is 15.
optional (number) scale - the scale number. The scale is related to the spatial resolution of the image. Landsat is 30, sou the default is 30 also.
optional (number) numPixels - the number of pixels that the classifier will take samples from the roi. Default is set to 5000.
Expand Down

0 comments on commit 6d547ef

Please sign in to comment.