GEE: Support Vector Machine (SVM) Classification Parameter Description and Official Case

Author: CSDN @ _Yakult_

This article records the instructions and official examples of using ee.Classifier.libsvm for support vector machine (SVM) classification on the GEE platform.

insert image description here



1. Function introduction

1.1 Description on GEE

ee.Classifier.libsvm(decisionProcedure, svmType, kernelType, shrinking, degree, gamma, coef0, cost, nu, terminationEpsilon, lossEpsilon, oneClass)

Create an empty support vector machine classifier.

parameter:

  • decisionProcedure (string

Guess you like

Origin blog.csdn.net/qq_35591253/article/details/131749621