The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
R Operators
In the Videos on the R extention , the presenter mentions the use of R operators .
On the website( url below) I find mention of these operators ie
http://www.e-lico.eu/r-extension.html
ie k-Nearest Neighbor from kknn package: kknn
Naive Bayes from e1071 package: naiveBayes
Linear Discriminant Analysis from MASS package: lda
Quadratic Discriminant Analysis from MASS package: qda
Regularized Discriminant Analysis from klaR package: rda
Mixture Discriminant Analysis from mda package: mda
Logistic Regression from stats package: lm
Decision Tree from rpart package: rpart
Random Forest from randomForest package: randomForest
Boosting from ada package: ada
Boosting from adabag package: adaboost.M1
Gradient boosting machine from gbm package: gbm
Support Vector Machines from kernlab package: ksvm
Neural Network from nnet package: nnet
Simple linear regression from stats package: lm
Ridge regression from penalized package: penalized
Lasso regression from penalized package: penalized
K-Nearest-Neighbor regression from kknn package: kknn
Gradient boosting machine from gbm package: gbm
Gradient boosting with regression trees from mboost package: blackboost
Support Vector Machines from kernlab package: ksvm
Neural Network from nnet package: nnet
Where are they???
..I am running RM v6.4 , the extention is loaded and working but I cant find the operators. Where can I get them
Can anybody at RM direct me
Regards and Thanks
Graham
Thanks
On the website( url below) I find mention of these operators ie
http://www.e-lico.eu/r-extension.html
ie k-Nearest Neighbor from kknn package: kknn
Naive Bayes from e1071 package: naiveBayes
Linear Discriminant Analysis from MASS package: lda
Quadratic Discriminant Analysis from MASS package: qda
Regularized Discriminant Analysis from klaR package: rda
Mixture Discriminant Analysis from mda package: mda
Logistic Regression from stats package: lm
Decision Tree from rpart package: rpart
Random Forest from randomForest package: randomForest
Boosting from ada package: ada
Boosting from adabag package: adaboost.M1
Gradient boosting machine from gbm package: gbm
Support Vector Machines from kernlab package: ksvm
Neural Network from nnet package: nnet
Simple linear regression from stats package: lm
Ridge regression from penalized package: penalized
Lasso regression from penalized package: penalized
K-Nearest-Neighbor regression from kknn package: kknn
Gradient boosting machine from gbm package: gbm
Gradient boosting with regression trees from mboost package: blackboost
Support Vector Machines from kernlab package: ksvm
Neural Network from nnet package: nnet
Where are they???
..I am running RM v6.4 , the extention is loaded and working but I cant find the operators. Where can I get them
Can anybody at RM direct me
Regards and Thanks
Graham
Thanks
Tagged:
0
Answers
this website is quite a few years old and is about RapidMiner 5.3.
Since 6.4, the old R extension has been replaced with the more powerful and easier to setup "R Scripting" extension. Thus the operators mentioned there are no longer available.
Regards,
Marco
Thanks Marco
Will they be building new ones or can I find the old ones and get their codes. I have the older version and can see the R operators
I presume the R code for these is not available to the user ie I see no file referred to
Thanks for the help
Graham
I have no idea, this is not maintained by RapidMiner.
Regards,
Marco