ee.Classifier.mode
Returns the classifier mode:
CLASSIFICATION
,
REGRESSION
,
PROBABILITY
,
MULTIPROBABILITY
,
RAW
, or
RAW_REGRESSION
.
Usage | Returns |
---|
Classifier.mode() | String |
Argument | Type | Details |
---|
this: classifier | Classifier | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Returns the type of prediction the classifier provides, such as classification, regression, probability, and raw values."],["The `mode()` method can be called on a Classifier object to retrieve its mode as a string."],["Accepts a Classifier object as an argument to determine its mode."]]],[]]