[R] Problem with R interface termination

2007-02-27 Thread Bhanu Kalyan.K
Dear Sir, The R interface that i am currently using is R 2.4.1( in Win XP). I am not able to terminate the program by giving the q() command. Each time I pass this command, q() Error in .Last() : could not find function finalizeSession this error creeps in and it neither allows me to save my

[R] Does R implement DBSCAN , ROCK, BIRCH?

2007-01-17 Thread Bhanu Kalyan.K
I saw that R language has a cluster package which has in built PAM, CLARA and Kmeans (and many more) Clustering Algorithms. But, I couldnot find DBSCAN, ROCK, BIRCH algorithms (which I feel are standard ones). Aren't these implemented as well? Bhanu Kalyan K B.Tech Final Year, CSE Tel:

[R] Request regarding cluster package

2007-01-16 Thread Bhanu Kalyan.K
Dear Mr. Bengtsson, I see that there is a package exclusively for clustering data, named as Cluster Package in R library. It has some clustering algorithms implemented. Can you tell me how to implement the CLARA and PAM functions from that package for my data? Bhanu Kalyan K B.Tech Final

[R] How to use Rattle for Data mining through R?

2007-01-08 Thread Bhanu Kalyan.K
Dear Mr. Bengtsson, Now i am able to work with R-Matlab interface comfortably. Thanks to you. Recently, I came to know that R can be used for data mining as well. I went through the following site for this : http://rattle.togaware.com/ As they have suggested, I have also installed the two

Re: [R] Evaluating Entire Matlab code at a time

2006-12-30 Thread Bhanu Kalyan.K
Dear Mr. Bengtsson, I worked on the code you sent. But, I dont think it is responding either. Kindly verify. evaluate(matlab, pwd=cd();); Sending expression on the Matlab server to be evaluated...: 'pwd=cd();' Received an 'MatlabException' reply (-1) from the Matlab server: 'Error: Expected

[R] Query regarding linking R with Matlab

2006-12-20 Thread Bhanu Kalyan.K
Sir, I am still new to the R-matlab interfacing. I will explain you the problem statement more clearly. The following is a matlab code. (swissroll.m) = % SWISS ROLL DATASET N=2000; K=12; d=2; clf; colordef none; colormap jet;

[R] Query regarding linking R with Matlab

2006-12-15 Thread Bhanu Kalyan.K
Thank you sir for your prompt reply. Currently i am stuck at point where I need to call an available Matlab program from an R 2.4.0 interface. How can I do this? I have downloaded the R.matlab file and also the manual in pdf. But still i am not able to get through the problem. I will be