Feeds
已提交
Multi Class Confusion Matrix
Calclating kappa, acuuracy,error,Sensitivity ,Specificity , Precision,False positive rate etc.
7 years 前 | 10 次下载 |
已提交
Multi Class SVM
Multi class SVM developed by using binary svm classification
7 years 前 | 8 次下载 |
已提交
Anfis Classifier
Anfis Training Splited to get better time saved Anfis Classifier You Shall Enjoy
7 years 前 | 10 次下载 |
已提交
get angle and radian between two points
Simple code for find angle between two points
7 years 前 | 1 次下载 |
已提交
Bat Feature Selection(Binary Method) and optimization
This code use as optimization of data by row or coulmn
7 years 前 | 4 次下载 |
已提交
Firefly Feature Selection and optimization
This code use as optimization of data by row or coulmn
7 years 前 | 1 次下载 |
已提交
PSO Feature Selection and optimization
This code use as optimization of data by row or coulmn
7 years 前 | 4 次下载 |
已回答
How do I generate a confusion matrix for multi-class example?
please refer this code <https://in.mathworks.com/matlabcentral/fileexchange/60900-multiclass-confusion-matrix-with-basic-...
How do I generate a confusion matrix for multi-class example?
please refer this code <https://in.mathworks.com/matlabcentral/fileexchange/60900-multiclass-confusion-matrix-with-basic-...
8 years 前 | 0
已解决
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
8 years 前
已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
8 years 前