Re: [R] MDS plot in Random Forest

2017-05-26 Thread Ismail SEZEN
> On 25 May 2017, at 20:35, Elahe chalabi via R-help > wrote: > > Thanks for your reply Bert. But the question on how to plot MDS on predicted > data I guess belong to here! Actually, You have 2 questions in conflict. 1- how can I plot MDS on predicted data? 2- Is MDS plot a way to find out

Re: [R] MDS plot in Random Forest

2017-05-26 Thread Elahe chalabi via R-help
Thanks for your reply Bert. But the question on how to plot MDS on predicted data I guess belong to here! On Thursday, May 25, 2017 9:43 AM, Bert Gunter wrote: Elahe: On Thu, May 25, 2017 at 8:15 AM, Elahe chalabi via R-help wrote: > Hi all, > I have applied Random Forest on my data and

Re: [R] MDS plot in Random Forest

2017-05-25 Thread Bert Gunter
Elahe: On Thu, May 25, 2017 at 8:15 AM, Elahe chalabi via R-help wrote: > Hi all, > I have applied Random Forest on my data and divided data into test and rain > set to see the prediction results and it seems good cause the accuracy is > 82%. Now my question is how can I plot MDS on predicted

[R] MDS plot in Random Forest

2017-05-25 Thread Elahe chalabi via R-help
Hi all, I have applied Random Forest on my data and divided data into test and rain set to see the prediction results and it seems good cause the accuracy is 82%. Now my question is how can I plot MDS on predicted data? here is my code: spl=sample.split(df$PatientType,SplitRatio = 0.7)