photo

Tanguy


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Cody Challenge Master
  • Knowledgeable Level 1
  • First Answer
  • ASEE Challenge Master
  • Creator
  • Leader
  • Tiles Challenge Master
  • Commenter
  • Promoter
  • Speed Demon
  • Solver

查看徽章

Feeds

排序方式:

已回答
How can I generate random numbers with constraints?
you're close to the right answer. With randi, you can choose the size of your matrix. If you just put '7', Matlab will give y...

11 years 前 | 2

已回答
Decision Tree Cross-Validation Accuracy
you have a problem with your variable _genes_ . classregtree is used like this : t=classregtree(X,Y,'name',value) X i...

11 years 前 | 0

已回答
What does a tilde (~) inside square brackets mean?
The function _kmean_ can be used with two outputs : [IDX,C] = kmeans(X,k) Here you use the brackets to define the two o...

11 years 前 | 21

| 已接受