Comparison between KNN decision tree RBF wighted KNN

$49

Description

In this code, we have done a comparison between four classifier (KNN decision tree RBF wighted KNN ).

Three datasets are selected for input :

glass.mat   ,     Heart.mat    ,  WDBC.mat

10-fold cross validation are used for testing final performance of each classifier.

Output of each MATLAB code is similar to the following line :

Method | Mean     | STD           | MCC       |      F1       | specificity | sensivity | Time
Tree       | 0.98117 | 0.033096 | 0.95908 | 0.97238 | 0.97905    | 0.98571   | 0.39398

 

output code of decision tree classifier MATLAB

 

 

 

Reviews

There are no reviews yet.

Be the first to review “Comparison between KNN decision tree RBF wighted KNN”