Location:
Search - heart_scale
Search list
Description: 可以把heart_scale做训练数据和测试数据来用,heart_scale.model为训练模型,可以自己实验一下。-Can do heart_scale training data and test data to use, heart_scale.model for training models, you can experiment.
Platform: |
Size: 10240 |
Author: 小修 |
Hits:
Description: 用于运行SVM的工具包;由林智仁开发成功。可直接在matlab环境下运行
-a toolbox for SVM, explored by LIN.it is feasible to run it in MATLAB
Platform: |
Size: 81920 |
Author: andy |
Hits:
Description: svm 可以实现多分类 希望对你能有帮助-svm classification can achieve more than you want to help
Platform: |
Size: 281600 |
Author: CFOMEN |
Hits:
Description: 该文件为libsvm核心数据集文件,用于测试libsvm安装和学习开发。-This file is libsvm core data set files for testing libsvm install and learn to develop.
Platform: |
Size: 5120 |
Author: daniel |
Hits:
Description: matlab的libsvm,一个很好的应用案例,很适合初学者。-matlab for libsvm, a good application case, it is suitable for beginners.
Platform: |
Size: 5120 |
Author: 袁辉 |
Hits:
Description: This code just simply run the SVM on the example data set heart_scale ,
which is scaled properly. The code divides the data into 2 parts
train: 1 to 200
test: 201:270
Then plot the results vs their true class. In order to visualize the high
dimensional data, we apply MDS to the 13D data and reduce the dimension
to 2D
- This code just simply run the SVM on the example data set heart_scale ,
which is scaled properly. The code divides the data into 2 parts
train: 1 to 200
test: 201:270
Then plot the results vs their true class. In order to visualize the high
dimensional data, we apply MDS to the 13D data and reduce the dimension
to 2D
Platform: |
Size: 1024 |
Author: kashif |
Hits:
Description: mat文件转txt文件
.mat 是matlab专用的文件,可以先把文件读入matlab,再用 fprintf 或者 save( pqfile.txt , data , -ASCII )写入到 .txt 文件中。
比如
把数据加载进matlab,heart_scale.mat 有两项:heart_scale_init 和 heart_scale_label
load heart_scale.mat
将heart_scale_inst保存到heart_scale_inst.txt文件中
save( heart_scale_inst.txt , heart_scale_inst , -ASCII )-mat文件转txt文件
.mat 是matlab专用的文件,可以先把文件读入matlab,再用 fprintf 或者 save( pqfile.txt , data , -ASCII )写入到 .txt 文件中。
比如
把数据加载进matlab,heart_scale.mat 有两项:heart_scale_init 和 heart_scale_label
load heart_scale.mat
将heart_scale_inst保存到heart_scale_inst.txt文件中
save( heart_scale_inst.txt , heart_scale_inst , -ASCII )
Platform: |
Size: 1024 |
Author: 李凯 |
Hits: