सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ee.Classifier को Earth Engine ऐसेट के तौर पर एक्सपोर्ट करने के लिए, एक बैच टास्क बनाता है.
यह सिर्फ़ ee.Classifier.smileRandomForest, ee.Classifier.smileCart, ee.Classifier.DecisionTree, और ee.Classifier.DecisionTreeEnsemble के लिए काम करता है.
टास्क का ऐसा नाम जिसे आसानी से पढ़ा जा सकता है. डिफ़ॉल्ट रूप से, "myExportClassifierTask" पर सेट होता है.
assetId
स्ट्रिंग, ज़रूरी नहीं
डेस्टिनेशन एसेट का आईडी.
priority
नंबर, ज़रूरी नहीं
प्रोजेक्ट में टास्क की प्राथमिकता. ज़्यादा प्राथमिकता वाले टास्क जल्दी शेड्यूल किए जाते हैं. यह 0 और 9999 के बीच का पूर्णांक होना चाहिए. डिफ़ॉल्ट रूप से, यह 100 पर सेट होती है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-03-20 (UTC) को अपडेट किया गया."],[[["Exports an Earth Engine classifier as an asset for later use."],["Allows customization of the export task with description, asset ID, and priority settings."],["Provides code examples in JavaScript and Python demonstrating the export and subsequent use of the saved classifier."],["Utilizes a Landsat-based composite and MODIS landcover data for training the classifier in the examples."],["Enables efficient saving and loading of trained classifiers within the Earth Engine platform."]]],["This content details exporting an `ee.Classifier` as an Earth Engine asset using `Export.classifier.toAsset`. Key actions include: creating a classifier, defining a training dataset using landcover data and Landsat composites, sampling training data, and then training the classifier. The export process involves specifying the `classifier`, `description`, `assetId`, and `priority`. After export, the saved classifier can be loaded and used for classification, then visualized.\n"]]