photo

Barry Greene


自 2008 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

3 个提问
5 个回答

File Exchange

1 文件

排名
155,888
of 300,159

声誉
0

贡献数
3 个提问
5 个回答

回答接受率
66.67%

收到投票数
0

排名
4,209 of 20,880

声誉
345

平均
1.60

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
3458

排名

of 167,532

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Submission
  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


Sharing of a trained SVM model
I am using an SVM (SVM_train, Bioinformatics toolbox) to classify data and would like to make my final trained SVM models availa...

13 years 前 | 1 个回答 | 0

1

个回答

已回答
how to use SVMclassify and svmtrain functions?
See Matlab help for SVMtrain and SVMclassify functions for examples

13 years 前 | 0

已回答
finding accuracy
Surely if you have used cross-validation to obtain a classification accuracy measure then you have already solved your problem?...

13 years 前 | 0

已回答
ICA- for separating the seizure from EEG signals
Suggest read research by Hassanpour et al "Time-frequency feature extraction of newborn EEG seizure using SVD-based techniques" ...

13 years 前 | 0

已回答
mean criterion value algorithm
It depends on whether you are using cross validation within sequentialfs - if you are, sequentialfs will divide by the number of...

13 years 前 | 0

已回答
Extracting huge data from csv file
This is usually a problem with RAM rather than hardrive space. Suggest reading your file in chunks using fread within a for/w...

13 years 前 | 0

提问


Why does sequentialfs always outperform cross-validation with selected features?
Why does classification accuracy obtained using sequentialfs and cross-validation always outperform a 10-fold cross-validation u...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Controlling for parameters in Matlab regression models
Hi, I wish to run a multiple linear regression analysis on some biomedical data, controlling for age and gender. How do I do...

14 years 前 | 1 个回答 | 0

1

个回答