Beantwortet
How to get ROC curve using SVM?
You can compute a ROC curve and other performance curves by creating a rocmetrics object which support both binary and multiclas...

mehr als ein Jahr vor | 0

Beantwortet
Code not is solving for the missing Variable but not inputing the inputs
You need to call solve function again after taking the inputs to get the desired output. >> T_F = double(solve(eqn,T)) T_F ...

mehr als ein Jahr vor | 0

Beantwortet
How to grid ride of constant values of data in plotting?
You can modify z-axis data so that constant values are reassigned to nan, thus surface plot function does not plot these values....

mehr als ein Jahr vor | 0