search for: mlinterface

Displaying 6 results from an estimated 6 matches for "mlinterface".

Did you mean: mlinterfaces
2009 Mar 09
1
Help on MLInterfaces
Hi,           I am trying to use MLearn in MLInterfaces package to do randomforest, clustering, knn etc. How do I predict on a test set for which I do not know the classes? My training set has two classes. Thanks, Tulgan __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web,...
2010 Apr 25
1
Problem loading MLInterfaces
..." is not being loaded on my platform. the error message Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'coin' Error in as.environment(pos) : no item called "newtable" on the search list Error: package/namespace load failed for 'MLInterfaces' In addition there is an error message showing in R which is creating some problem during installaiton I have tried chanign the data directory path using in environment variable(R_LIBS= C:\\Users\\sm\\Documents/R/win-library/2.10)but could not figure out what is wrong with it... this error...
2011 Nov 07
1
Error: could not find function "MLearn"
I'm getting this error when I try to run the function MLearn(): Error: could not find function "MLearn" I have the MLInterface tools installed. But when I look for MLearn "??MLearn" but I don't find it. The closest thing I find is the method MLearn_new() under MLInterfaces. I've tried replacing MLearn() with MLearn_new() in my script, but I still get the same error, this time: Error: could not find funct...
2006 Nov 16
3
X-fold cross validation function for discriminant analysis
Hi all, I ran a discriminant analysis with some data and want to get a general idea of prediction error rate. Some have suggested using X-fold cross validation procedure. Anyone know if there is a function for this in R? Thanks, Wade [[alternative HTML version deleted]]
2007 Nov 02
0
loading installes package including all needed subpackages
...s and Ripley's MASS matchprobes Tools for sequence matching of probes on arrays Matrix A Matrix package for R methods Formal Methods and Classes mgcv GAMs with GCV smoothness estimation and GAMMs by REML/PQL MLInterfaces Uniform interfaces to R machine learning procedures for data in Bioconductor containers multtest Resampling-based multiple hypothesis testing Neve2006 expression and CGH data on breast cancer cell lines nlme...
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am using a 64-bit installation. After failing miserably to install R from source, not a problem for me in the past with a 32-bit install, I went the route of using the Debian Etch build. This went smoothly, but I am unable to update my numerous R and BioConductor packages, getting non-zero exit status errors on each package. Is