Contents.m
上传用户:xfjled
上传日期:2007-05-06
资源大小:150k
文件大小:1k
源码类别:

matlab例程

开发平台:

Matlab

  1. % Support Vector Machine Toolbox
  2. % Version 2.0-Aug-1998  
  3. %
  4. % Support Vector Classification
  5. %
  6. %   svc          - Calculate support vectors for classification
  7. %   svcplot      - Plot 2 dimensional classification problem
  8. %   svcoutput    - Calculate output from input data 
  9. %   svcerror     - Calculate error from input and output data 
  10. %   uiclass      - graphical user interface for classification
  11. %
  12. % Support Vector Regression
  13. %
  14. %   svr          - Calculate support vectors for regression
  15. %   svrplot      - Plot 1 dimensional regression problem
  16. %   svroutput    - Calculate output from input data 
  17. %   svrerror     - Calculate error from input and output data 
  18. %   uiregress    - graphical user interface for regression
  19. %
  20. % Kernel function
  21. %
  22. %   svkernel     - kernel function
  23. %   nobias       - determine if kernel has no implicit bias
  24. %   svdatanorm   - Normalise data to appropriate interval for kernel
  25. %
  26. % __________________________________________________________________
  27. %
  28. %  Steve Gunn (S.R.Gunn@ecs.soton.ac.uk)
  29. %  Image Speech and Intelligent Systems Group
  30. %  University of Southampton