您好,欢迎光临本网站![请登录][注册会员]  
文件名称: SVM分类器—基于SVM方法的分类器
  所属分类: C++
  开发工具:
  文件大小: 3mb
  下载次数: 0
  上传时间: 2011-03-22
  提 供 者: zwxwj*****
 详细说明: 用SVM方法制作的分类器1 Training Click “Learning “ from Toolbar or Menu, a dialog will appears like following : You can browse and choose the training sample data file(*.trn), or write the data file’s name into the text editor directly. And write down the training result data file(*.mdl). Then click “OK” to begin training .If you want to see training result after computation ,check the “Open model when finish” CheckBox. Testing Click “Classify “ from Toolbar or Menu, a dialog will appears like following: You can browse and choose th e testing sample data file (*.tst), or write the data file’s name into the text editor directly. And write down the training result data file(*.mdl),test result file (*.rsl). Then click “OK” to begin training .If you want to see testing result after computation ,check the “Open result when finish” CheckBox. File Format The input file example_file contains the training examples. The first lines may contain comments and are ignored if they start with #. Each of the following lines represents one training example and is of the following format: .=. +1 | -1 | 0 .=. integer .=. real .=. : : ... : The class label and each of the feature/value pairs are separated by a space character. Feature/value pairs MUST be ordered by increasing feature number. Features with value zero can be skipped. The +1 as class label marks a positive example, -1 a negative example respectively. A class label of 0 indicates that this example should be classified using transduction. The predictions for the examples classified by transduction are written to the file specified through the -l option. The order of the predictions is the same as in the training data. Options There are two types of options. One is for learning, such as kernel types, kernel parameters, etc; the other is for prompt information, such as show optimize information or not. Learning Options: To configure Learning Options, click “Learning Options” from toolbar /menu, a dialog will appear like following: You can set the learning parameters at this dialog. Particularly, you can choose kernel type at the dialog page following: Prompt Options To configure Learning Options, click “Prompt Options” from toolbar /menu, a dialog will appear like following: A little ugly? //sigh. I will improve it in next version. You can select the information you want to see when computing .You can modify this option even when computing. It is lucky that I didn’t write a single code for synchronization (Incredible?) More Details This SVM program is modified from SVM-light ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: 分类器
 输入关键字,在本站1000多万海量源码库中尽情搜索: