Community Profile

photo

Abbas Manthiri S


Last seen: 4 years ago Active since 2016

Statistics

All
  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Solver

View badges

Content Feed

View by

Submitted


Multi Class Confusion Matrix
Calclating kappa, acuuracy,error,Sensitivity ,Specificity , Precision,False positive rate etc.

6 years ago | 26 downloads |

Thumbnail

Submitted


Multi Class SVM
Multi class SVM developed by using binary svm classification

7 years ago | 31 downloads |

Thumbnail

Submitted


Bar Graph
You can draw graph colorful in 2014a

7 years ago | 1 download |

Thumbnail

Submitted


Gray code for all base numbers
Program simplified to get squence

7 years ago | 6 downloads |

Thumbnail

Submitted


PSNR MSE R RMSE NRMSE MAPE Calculating
finding PSNR MSE R RMSE NRMSE MAPE

7 years ago | 13 downloads |

Thumbnail

Submitted


Anfis Classifier
Anfis Training Splited to get better time saved Anfis Classifier You Shall Enjoy

7 years ago | 10 downloads |

Thumbnail

Submitted


get angle and radian between two points
Simple code for find angle between two points

7 years ago | 1 download |

Thumbnail

Submitted


Bat Feature Selection(Binary Method) and optimization
This code use as optimization of data by row or coulmn

7 years ago | 4 downloads |

Thumbnail

Submitted


Firefly Feature Selection and optimization
This code use as optimization of data by row or coulmn

7 years ago | 3 downloads |

Thumbnail

Submitted


PSO Feature Selection and optimization
This code use as optimization of data by row or coulmn

7 years ago | 5 downloads |

Thumbnail

Submitted


Graph (bar,plot) for paper publish
code for line plot and bargraph

7 years ago | 1 download |

Thumbnail

Answered
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-...

7 years ago | 0

Solved


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 ...

7 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

7 years ago

Solved


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...

7 years ago