Feeds
質問
how to use the perfcurve for ROC that has already been built
Hi I have used the following listing of code to create an ROC curve based on some testing that I had carried out. I was wanting ...
8年以上 前 | 0 件の回答 | 0
0
回答質問
Multiple linear regression explanation
Hi there I have been given code that has been used to produce a multiple regression line on a 2D plot, the code is provided belo...
8年以上 前 | 1 件の回答 | 0
1
回答回答済み
Struggling with for loop if and else to set up a confusion matrix
Managed to get it to work using the following code by myself in the end, just putting it up here incase it will help someone els...
Struggling with for loop if and else to set up a confusion matrix
Managed to get it to work using the following code by myself in the end, just putting it up here incase it will help someone els...
9年弱 前 | 0
質問
Struggling with for loop if and else to set up a confusion matrix
Hi there, I have an array of 2 by 100 called Finalprobs, the first row contains results for healthy people and the second row co...
9年弱 前 | 2 件の回答 | 0
2
回答質問
How to create a loop for a function 100 times and put the results into an array? Is for loop best and how to implement it?
Hi there, I have used the following code to produce a value for the FinalprobCO and the FinalprobAF. %%compare the 5 co...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to find the closest value in in an array for a set of values
Hi there I have used the following commented code which has given me an array of 2x100 double for QTcProb. Then I have pic...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to get the list of data that is not sampled when datasample is used
Hi, I have used the following code to take a random sample (of 300 values) from a data set of a total of 475 values: [rco,...
9年弱 前 | 1 件の回答 | 0
