Contents.m
资源名称:svm.zip [点击查看]
上传用户:xfjled
上传日期:2007-05-06
资源大小:150k
文件大小:1k
源码类别:
matlab例程
开发平台:
Matlab
- % Support Vector Machine Toolbox
- % Version 2.0-Aug-1998
- %
- % Support Vector Classification
- %
- % svc - Calculate support vectors for classification
- % svcplot - Plot 2 dimensional classification problem
- % svcoutput - Calculate output from input data
- % svcerror - Calculate error from input and output data
- % uiclass - graphical user interface for classification
- %
- % Support Vector Regression
- %
- % svr - Calculate support vectors for regression
- % svrplot - Plot 1 dimensional regression problem
- % svroutput - Calculate output from input data
- % svrerror - Calculate error from input and output data
- % uiregress - graphical user interface for regression
- %
- % Kernel function
- %
- % svkernel - kernel function
- % nobias - determine if kernel has no implicit bias
- % svdatanorm - Normalise data to appropriate interval for kernel
- %
- % __________________________________________________________________
- %
- % Steve Gunn (S.R.Gunn@ecs.soton.ac.uk)
- % Image Speech and Intelligent Systems Group
- % University of Southampton