Skip to content

Commit

Permalink
Just Export.classifier, not ee.Export.classifier.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 592563606
  • Loading branch information
The Google Earth Engine Community Authors authored and copybara-github committed Dec 20, 2023
1 parent 9a25a04 commit efc6bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/javascript/guides/classification03.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ print(training.size());
// [START earthengine__classification03__export_classifier]
// Using the random forest classifier defined earlier, export the random
// forest classifier as an Earth Engine asset.
ee.Export.classifier.toAsset(
Export.classifier.toAsset(
classifier,
"Saved random forest, IGBP classification",
"upscaled_MCD12Q1_random_forest"
Expand Down

0 comments on commit efc6bf5

Please sign in to comment.