Statistics
RANK
156,822
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
RegressionTree cannot use "predict" method?
Just do Yfit = tree([Xnew]); where tree is your regression or classreg tree and Xnew the new X's to be predicted.
8 years ago | 0
Question
Classification regression tree structure
Has anyone used clasregtree function to build a tree with numerical responses (Y)? If yes then any idea how the means ...
10 years ago | 1 answer | 0
1
answerQuestion
Regression tree -details of the terminal nodes
I am making a Tree regression using "classtreereg". My tree has 20 terminal nodes and I named my tree as "t2". How do I get the ...
10 years ago | 0 answers | 0
0
answersQuestion
Save matrix of each iteration
I have the following code: for c=1:10; D = maximin(n2,n1,'euclidean'); M = min(D,[],2); ; C=[D M]; [maxValue, ...
11 years ago | 1 answer | 0
1
answerQuestion
using value for a function from another function
I am developing a manufacturing process flow and I am stuck in place where there is a loop. Any kind of help is greatly appreci...
13 years ago | 0 answers | 0