2 Star 3 Fork 0

Luoge/ExeLibSVM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
__init__.py 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Luoge 提交于 2015-07-08 19:15 +08:00 . qgis插件,执行LibSVM预测
# -*- coding: utf-8 -*-
"""
/***************************************************************************
ExeLibSVM
A QGIS plugin
Execute LibSVM Predict
-------------------
begin : 2015-06-12
copyright : (C) 2015 by xushiluo
email : xushiluo@163.com
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
This script initializes the plugin, making it known to QGIS.
"""
def classFactory(iface):
# load ExeLibSVM class from file ExeLibSVM
from exelibsvm import ExeLibSVM
return ExeLibSVM(iface)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xushiluo/ExeLibSVM.git
git@gitee.com:xushiluo/ExeLibSVM.git
xushiluo
ExeLibSVM
ExeLibSVM
master

搜索帮助