Statistics
0 Questions
1 Answer
RANK
12,490
of 301,186
REPUTATION
4
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
函数或变量 'knnclassify' 无法识别。
2019b已经没有knnclassify这个函数了,换成了fitcknn。 把class = knnclassify(x_test, x_train, y_train,2);%k取2 换成下面的代码即可: mdl = fitcknn(x_tr...
3 years ago | 0
| accepted

