Displaying 3 results from an estimated 3 matches for "genopole".
2002 Oct 24
3
Function scale (PR#2209)
...79645
[2,] 0.7559289
[3,] 1.1338934
attr(,"scaled:scale")
[1] 2.645751
2.645751 = sqrt( 1/2 * (1+4+9) )
Antoine Lucas & Aymeric Labourdette
--
Antoine Lucas
INRA, Unité de biométrie et | Tel 05 61 28 53 34
intelligence artificielle | Fax 05 61 28 53 35
http://genopole.toulouse.inra.fr/~lucas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)...
2003 Jul 22
2
read.table with option dec=',' (PR#3532)
...y write the table:
> m <- "1,5"
> write.table(m,dec='.')
"x"
"1" "1,5"
Best regards
Antoine Lucas
--
Antoine Lucas
INRA, Unité de biométrie et | Tel 05 61 28 53 34
intelligence artificielle | Fax 05 61 28 53 35
http://genopole.toulouse.inra.fr/~lucas
2008 Sep 26
1
issue with varSel.svm.rfe in package MCRestimate
Hello all,
I would like to perform SVM-RFE (Guyon et al. 2002) in R and have only found
one implementation of this algorithm. The function belongs
to the MCRestimate package but when I try to use it I encounter a problem
- the function appears to be missing a required package or other function
that I simply cannot find available anywhere.
Here is my session info followed by a simple example