have been searching around the internet and stackoverflow, but haven't been able to find any information on libraries for machine learning in s-plus or R. does anyone know of any or could perhaps point me in the right direction? thank you!
Asked
Active
Viewed 331 times
3 Answers
9
You should probably start at the CRAN Task View on Machine Learning & Statistical Learning which covers the R side.

Dirk Eddelbuettel
- 360,940
- 56
- 644
- 725
-
thanks! do you (or anyone) happen to know of any libraries specifically for s+? – danielle Nov 27 '10 at 17:27
-
S+ (usually spelled with a capital S) hasn't been all that relevant in a while. Look at the tag count of this question: 2587 for r, 5 for s-plus. But you may be able to port some of the R libraries -- open source allows you to poke a stick at it and try this. – Dirk Eddelbuettel Nov 27 '10 at 17:30
2
this one maybe helpful:machine learning open source software Filter by Programming Language

sunqiang
- 6,422
- 1
- 32
- 32
0
If your interest in ML on R includes classification and regression algorithms, then you will want to explore CARET. Be advised that, in a recent evaluation, I found the R offerings quite underwhelming when compared to the other ML OSS.

Glenn
- 7,874
- 3
- 29
- 38