Displaying 18 results from an estimated 18 matches similar to: "memory problems when combining randomForests"
2006 Jul 24
2
RandomForest vs. bayes & svm classification performance
Hi
This is a question regarding classification performance using different methods.
So far I've tried NaiveBayes (klaR package), svm (e1071) package and
randomForest (randomForest). What has puzzled me is that randomForest seems to
perform far better (32% classification error) than svm and NaiveBayes, which
have similar classification errors (45%, 48% respectively). A similar
difference in
2006 Jul 27
2
memory problems when combining randomForests [Broadcast]
You need to give us more details, like how you call randomForest, versions
of the package and R itself, etc. Also, see if this helps you:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/32918.html
Andy
From: Eleni Rapsomaniki
>
> Dear all,
>
> I am trying to train a randomForest using all my control data
> (12,000 cases, ~ 20 explanatory variables, 2 classes).
> Because
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
Hello,
(Apologies for length, wanted to get all the relevant detail in that I know
of).
I've been having a lot of trouble with some code for an inventory analysis
problem I was doing, and finally came to the conclusion that it appears
that choose() is returning incorrect values. Specifically:
-------------
Browse[1]> nn
[1] 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3
2006 Mar 27
1
Missing Argument in optim()
Hello everybody,
i already searched the archieves, but i still don't know what is wrong
in my implementation, mybe anybody coud give me some advice
ll1<-function(rho,theta,beta1,beta2,beta3,beta4,t,Szenariosw5,Testfaellew5,X1,X2)
{
n<-length(t)
t<-cumsum(t)
tn<-t[length(t)]
Szenn<-Szenariosw5[length(Szenariosw5)]
2001 Oct 15
0
predict.fda difficulties
Dear Dr Hornik / R help list,
I am using the mda package and in particular the fda routine to classify a
set of 162 neurons falling in to 11 neuronal cell types according to 17
morphological variables. I would like to use a cross-validation approach in
which I split the data, train with one part amd then test the predictive
accuracy of the discriminant functions with the remaining part. However
2006 Jul 18
3
+ camping 1.4.138
Just up:
gem install camping --source code.whytheluckystiff.net
The changes:
* Both bin/camping and Camping::FastCGI.serve now act according to the
Camping Server specification.[1]
* Docs are complete.
_why
[1] https://code.whytheluckystiff.net/camping/wiki/TheCampingServer
2011 Apr 08
1
[LLVMdev] Fail to build dlls with visual studio 2010 x64
Hi,
I can build LLVM just with VS2010 x64. However, when I try to build it with
-DBUILD_SHARED_LIBS:BOOL=true option, it seems to fail with a lot of
unresolved external symbol. Is it a known issue? Is there anyway to fix it?
Thanks,
http://old.nabble.com/file/p31351142/build.log build.log
--
View this message in context:
2003 Nov 26
2
corrupted empty message with CVS
with CVS as of an hour ago i'm seeing corruption of messages (in an mbox)
with an empty message body.
for example, here's what i have in my test INBOX right after receiving the
empty message:
--- top of INBOX ---
>From dean at arctic.org Tue Nov 25 19:02:23 2003
Return-Path: <dean at arctic.org>
Delivered-To: dgtest at arctic.org
Received: (qmail 3626 invoked by uid 500); 26
2006 Feb 21
6
+ camping/session
Camping now comes with a sessioning class, checked in tonight.
To get sessions working for your application:
1. require ''camping/session''
2. include Camping::Session in your application''s toplevel module.
3. In your application''s create method, add a call to
Camping::Models::Schema.create_schema
4. Throughout your application, use the @state
2008 Aug 21
3
[help] simulation of a simple Marcov Stochastic process for population genetics
Hi, this is my first time using R. I want to simulate the following process:
"in a population of size N, there are i individuals bearing genotype A, the
number of those bearing A is j in the next generation, which following a
binominal distribution (choose j from 2*N, the p is i/2*N), to plot the
probability of the next generations, my script is as follows. It cannot run
successfully,
2011 Jun 19
1
Accessor functions in lattice graphics
I know about the current.row, current.column, and panel.number functions that
are useful within panel functions written for lattice. Are there easy ways
to obtain the names of the conditioning variables (those appearing after |)
and their values for the current panel?
Thanks
Frank
-----
Frank Harrell
Department of Biostatistics, Vanderbilt University
--
View this message in context:
2005 Apr 29
1
na.action
Hi,
I had the following code:
testp <- rcorr(t(datcm1),type = "pearson")
mat1 <- testp[[1]][,] > 0.6
mat2 <- testp[[3]][,] < 0.05
mat3 <- mat1 + mat2
The resulting mat3 (smaller version) matrix looks like:
NA 0 0 0
0 NA 0 NA
0 0 NA 2
0 0 2 NA
To get to the number of times a '2' appears in the rows, I was
2011 Jun 17
0
I can't setup namespace per user (with settings keept in sql db)
Hello!
I'm trying to setup additional namespace. I'd like to have this setting
per user and keep it in postgresql.
Global namespace is defined in this way:
namespace {
inbox = yes
location =
prefix =
separator = .
}
(mail_location is getting from db)
I don't know how should looks like database field:(
Now i have such configuration:
user_query = select .... dovecot_location AS
2008 Oct 20
1
[LLVMdev] mixed bc file
I have a question with llvm-gcc and llvm-gfortran.
Is it possible that llvm-ld can combine different bc files compiled from C programme and Fortran Programme together?
For example:
Compile a c program into llvm bc file by the task:
# llvm-gcc -emit-llvm test.c -c -o test.bc
and then compile a fortran program into llvm bc file by the task:
# llvm-gfortran -emit-llvm testf.f -c -o testf.bc
And
2017 Apr 24
1
Re: ZFS: creating a pool in a created zfs does not work, only when using the whole zfs-pool.
Thank you for your reply.
I have managed to create a virtual machine on my ZFS-filesystem using
virt-install:-) It seems to me that my version of libvirt (Ubuntu 17.04)
has problems enumerating the devices when "virsh vol-list“ is used. The
volumes are available for virt-install but not thru virsh or virt-manager.
As to when the volumes disappear in virsh vol-list - I have no idea. I’m
not
2017 Apr 21
2
Problem to many connection
2017-04-21 1:08 GMT-03:00 Epsilon Minus <theepsilonminus at gmail.com>:
> 2017-04-21 0:38 GMT-03:00 Epsilon Minus <theepsilonminus at gmail.com>:
>>
>>
>> I'm desperate. My English is terrible, but I will try to be as clear as possible.
>>
>> I have Samba 4.4.4 in a Centos 7.
>>
>> I have many connections for each ip.
>>
>>
2017 Apr 21
2
Problem to many connection
I'm desperate. My English is terrible, but I will try to be as clear as
possible.
I have Samba 4.4.4 in a Centos 7.
I have many connections for each ip.
The command smbstatus -b returns me infinity of these:
Samba version 4.4.4
PID Username Group Machine
Protocol Version Encryption Signing
2009 May 19
3
can't run program - Exception EAccessViolation in module
Hello, on my work onli me work under Linux Fedora 10. Most we work with telnet and web-interface but for more comfort some of my collegs write program on delphi. This program good run and work under Windows xp, but doesn't work under my OS with wine 1.1.18. I have some chagrin because do little more work then other do =(
That what I have, when run program in command page:
Code:
[Anton at