photo

Sal


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Holdout validation, data taken randomly? 3 questions
When you are doing the partition, what variable are you supplying to the function? This should be your class labels. That way, y...

8 years 前 | 1

| 已接受

提问


How to find probability of classification in boosted tree (AdaboostM2)
Hello, I am using boosted tree for multi-class classification (which uses fitensemble with AdaboostM2, script generated by clas...

8 years 前 | 2 个回答 | 0

2

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years 前

已解决


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

9 years 前