Support Vector Machine
  • Method description:
  • A Support Vector Machine (SVM) is a discriminative classifier formally defined by a separating hyperplane. In other words, given labeled training data (supervised learning), the algorithm outputs an optimal hyperplane which categorizes new examples.

    Installation: online;

    Dependent libraries: sklearn;

    QR code:



    • 依赖库文件:sklearn

      安装方式:在线安装

      二维码: