博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
libsvm_readme[zz from github]
阅读量:5235 次
发布时间:2019-06-14

本文共 26357 字,大约阅读时间需要 87 分钟。

Libsvm is a simple, easy-to-use, and efficient software for SVMclassification and regression. It solves C-SVM classification, nu-SVMclassification, one-class-SVM, epsilon-SVM regression, and nu-SVMregression. It also provides an automatic model selection tool forC-SVM classification. This document explains the use of libsvm.Libsvm is available at Please read the COPYRIGHT file before using libsvm.Table of Contents=================- Quick Start- Installation and Data Format- `svm-train' Usage- `svm-predict' Usage- `svm-scale' Usage- Tips on Practical Use- Examples- Precomputed Kernels - Library Usage- Java Version- Building Windows Binaries- Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc.- MATLAB/OCTAVE Interface- Python Interface- Additional InformationQuick Start===========If you are new to SVM and if the data is not large, please go to `tools' directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection.Usage: easy.py training_file [testing_file]More information about parameter selection can be found in`tools/README.'Installation and Data Format============================On Unix systems, type `make' to build the `svm-train' and `svm-predict'programs. Run them without arguments to show the usages of them.On other systems, consult `Makefile' to build them (e.g., see'Building Windows binaries' in this file) or use the pre-builtbinaries (Windows binaries are in the directory `windows').The format of training and testing data file is:

 

转载于:https://www.cnblogs.com/york-hust/p/3640830.html

你可能感兴趣的文章
C语言与C++ <string.h> memchr出现的问题
查看>>
java中静态代码块的用法 static用法详解
查看>>
用于代码检查的错误列表
查看>>
Java线程面试题
查看>>
C#2.0 读word的多个表格到DataGridView或是其它控件 XP Vista
查看>>
sql script: Graphs, Trees, Hierarchies and Recursive Queries
查看>>
Paper Reading: Relation Networks for Object Detection
查看>>
Android中点中overlay弹出带尾巴的气泡的实现
查看>>
Mybatis接口中传递多个参数
查看>>
Dreamweaver层使用八定律
查看>>
Java IO流学习总结
查看>>
day22 01 初识面向对象----简单的人狗大战小游戏
查看>>
数组的几种常用方法总结
查看>>
递归函数,二分运算,正则表达式
查看>>
阅读软件工程的问题
查看>>
【Netty】UDP广播事件
查看>>
(4)Numpy+矩阵计算+和生成
查看>>
ttt
查看>>
[置顶] java处理office文档与pdf文件(一)
查看>>
Flutter之内置动画(转)
查看>>