Feeds
提问
Can I Favor Sensitivity over Specificity in the Classification Learner App?
I've been running the Classification Learner App (Tress/SVMs/KNNs etc. with 10-fold cross-valiation) on a set of data for binary...
8 years 前 | 0 个回答 | 0
0
个回答提问
critical branching process
I have a 16 row, 5000 column matrix of 0's and 1's for which I would like to derive the average of 1's that result in a column f...
14 years 前 | 0 个回答 | 0
0
个回答提问
average distance between column values in a matrix
I have a 16 row, 20,000 column matrix of 0's and 1's. 1's represent activity in each row, 0's represent a lack there of. I want ...
14 years 前 | 2 个回答 | 0
2
个回答提问
Power law in a probplot
I have a log-log probability plot of some data points. I was hoping to derive a power law from this, i.e. I was hoping to fit a ...
14 years 前 | 0 个回答 | 0
0
个回答提问
Automatic summation of sub matrices
So I have a 16x200 matrix of 0's and 1's, I have t = any(Y,1); fc = strfind(t, [0 1]) + 1; lc = strfind(t, [1 0]); enter...
14 years 前 | 1 个回答 | 0
1
个回答提问
dividing out smaller matrices bracketed by columns of just 0's
I have a 16 high by 200 wide matrix of somewhat random 0's and 1's. I'm trying to section off smaller matrices..of columns that ...
14 years 前 | 2 个回答 | 0
2
个回答提问
How do I assign values of 0 or 1 to numbers greater or lesser than a value?
I have a matrix of 16X200 numbers and wanted to change the values below 37 to 0 and above 37 to 1. How would I do this? Thank...
14 years 前 | 3 个回答 | 0
