Community Profile

photo

PHDComputer Eng


Last seen: 1 year ago|Active since 2018

Statistics

  • 首次审查
  • 感恩3级

查看徽章

Content Feed

查看

Question


MATLAB R2016A中FSCMRMR的替代是什么?
I have matlab R2016a program on my computer, I want to use the mRMR feature selection algorithm so I found this function in MAT...

2年前|1 answer | 0

1

answer

Question


How to use sparse matrix without any problem with MAXSIZE ?
我想使用MRMR算法,并且代码的一部分是使用MutualInfodis函数,其代码为:%features-selection-mrmr%...

2年前|0answers | 0

0

answers

Question


How to use ReliefF algorithm for a dataset?
我想将数据集(COLON)使用Relieff功能选择算法,我从GitHub Webi(github websi)找到了此代码...

2年前|1 answer | 0

1

answer

Question


How to convert floating-point numbers to integer values for comparison with each other?
我想通过使用决策树(DT)来计算准确性,以进行准确性计算,我们将数据集进行分类,我们将其比较resu ...

2年前|0answers | 0

0

answers

Question


MATLAB中的感官和特异性值是否应该始终反向?
我想通过使用敏感性和特殊性(绩效评估的度量)来比较几种方法,我写了这些方法...

2年前|0answers | 0

0

answers

Question


How to solve the SVMTRAIN 's groups error?
我正在使用此代码使用SVM分类器进行二进制分类(类标签为0和1):mySVM = svmtrain(xtrain,ytrain,...

2年前|0answers | 0

0

answers

Question


如何使用SVM-RFE进行功能选择?
我使用GitHub的THSE代码进行SVM-RFE功能选择%原始代码,由PKF%RFE原始代码由Ke Yan提供,SM%...

2年前|0answers | 0

0

answers

Question


how to use ReliefF algorithm for feteare selection?
我想将Relieff算法用于功能选择问题,我有一个数据集(CNS.MAT),我想在T ...上应用Relieff algoritm

2年前|2 answers | 0

2

answers

Question


如何定义MATLAB中数据集的一组功能?
I have a dataset CNS with the size nxm n instances and m features(columns), I wanted to write codes to collect all the feature...

2年前|0answers | 0

0

answers

Question


How to draw a bar plot for comparison different methods?
I want to draw a figure like the figure that I attached, every colourful line is the output of a specific methode and the output...

2年前|0answers | 0

0

answers

Answered
How to save the several results of a program in an array?
@Stephen Cobeldick我对Allaccuracydata,分类和ftanimotodist函数进行了处理。非常感谢

2年前|0

Question


How to save the several results of a program in an array?
CLC;清除;关闭所有;TIC载荷结肠。MAT数据=结肠;[n,m] = size(data);%%%监督d = 10;L = 1;t = 1;对于i = 1:n ...

2年前|2 answers | 0

2

answers

Question


如何计算MATLAB中程序的几次重复的平均值?
我写了此程序来对数据集进行分类(COLON)并计算分类器的准确性,我想重复分类...

2年前|1 answer | 0

1

answer

Question


How to compute the average of several runs of a function?
我编写了这些代码,加载了数据集(附加了结肠),然后随机选择了数据的一部分进行测试,并为TRAI ...零件...

2年前|0answers | 0

0

answers

Question


Inner matrix dimensions must agree
I wrote these codes, I splitted the dataset(colon attached) into two parts (data1 and data2) based on the last column(1 or else)...

2年前|2 answers | 0

2

answers

Question


如何使两个矢量以相同的尺寸制作?
I wrote these codes, I splitted the dataset(colon attached) into two parts (data1 and data2) based on the last column(1 or else)...

2年前|1 answer | 0

1

answer

Question


如何将索伦森距离定义为功能?
我编写了用于计算Sorenson距离的功能(附加了Sorenson的公式),该代码对吗?结肠是6 ...

2年前|0answers | 0

0

answers

Question


Why my MATLAB program doesn't stop?
I wrote this program in MATLAB to compute the distance between each feature with the rest of features in CNS data (attached) , b...

2年前|0answers | 0

0

answers

Question


How to apply voting for classifiers and obtain the accuracy of classification?
I want to combine the results of five classifiers (SVM, random forest, naive Bayes, decision tree, KNN) by majority voting. I co...

2年前|0answers | 0

0

answers

Question


How to select the values greater than the mean in an array?
I want to apply feature selection on a dataset (lung.mat) After loading the data, I computed the mean of distances between eac...

3 years ago | 1 answer | 0

1

answer

Question


如何应用敝中断(mutualinfo)精度的措施e for classifiers?
I want to compute the NMI measure for obtaining the accuracy of the classifiers on a dataset (attached) I used this mutualinfo f...

3 years ago | 0 answers | 0

0

answers

Question


如何使用索引对矩阵的列进行排序
我编写了一些代码,以分类一个阵列(a)。我想使用索引(INDA)对数据矩阵的列进行排序。CLO ...

3 years ago | 2 answers | 0

2

answers

Question


如何将数组的值相互比较?
在一个从1到M的索引的数组(a)中,我想彼此一个一个数组的值,如果dist ...

3 years ago | 2 answers | 0

2

answers

Question


如何计算MATLAB中矩阵的阈值?
I wrote these codes to calculate a threshold for distance values between features of the dataset. after computing hamming distan...

3 years ago | 1 answer | 0

1

answer

Question


How to compare matrices with different dimensions?
I wrote a code for classification by using 5 classifiers and at the end I used voting this code is for initia defining of train ...

3 years ago | 0 answers | 0

0

answers

Question


How to fix MATLAB errors arise from changing the search path?
The Matlab software installed on my computer(windows OS) shows a lot of errors when I tried to change the search path by using a...

3 years ago | 1 answer | 0

1

answer

Question


How to fix an error about struct input of an function in Matlab?
我编写了此函数SVMClassify:[SL:删除了SVMClassify函数。这是相同的(Modulo添加了几条空白行)与...

3 years ago | 1 answer | 0

1

answer

Question


How to fix a program that does not end?
I wrote a program for clustering that a number of kmeans algorithms are implemented on a dataset, clear all close all clc lo...

3 years ago | 1 answer | 0

1

answer

Question


How to fix the errors Arise from moving .m files and functions in folders?
I wrote some codes in Matlab for classification and I achieved the desired results, all the functions which were used in the pro...

3 years ago | 2 answers | 0

2

answers

Question


How to write CSPA algorithm for clustering ensemble in matlab?
I have lung cancer dataset (attached) , I want to apply clustering ensemble algorithm on the data : CSPA (cluster-based similari...

3 years ago | 0 answers | 0

0

answers

Load more