Community Profile

photo

himakshi Shekhawat


自 2015 起处于活动状态

Followers: 0   Following: 0

联系

Professional Interests: image processing

统计数据

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I require matlab code for knn classifier as I am not able to get how to design the same.
Matlab code for knn classifier Thanks in advance

9 years 前 | 1 个回答 | 0

1

个回答

提问


can anyone provide me with the code of decision tree which takes in input an excel file with mixed type of datatype i.e columns having boyh string and integer type of data
code for decision tree which takes an excel file with string and integer type of data in columns. Thanks

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to read strings from excel sheet to matlab and use them as input for decision tree classification
I want to read strings from excel sheet to matlab. xlsread function reads only mumeric values and NaN in place of strings. then ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I want to export matlab output to an excel file starting from G2 column and for this the code i had written is exporting the data correctly but not to the desired location .It is printing in 21st number of rows rather than 2nd.
the code is ResultFile = xlsread('filename'); sz= size(ResultFile,1); b= num2str(sz+1); location = strcat('G2',b);...

9 years 前 | 1 个回答 | 0

1

个回答