search for: trai

Displaying 8 results from an estimated 8 matches for "trai".

Did you mean: arai
2011 Jul 27
1
how to replace values in x by means in subgroups created in ... (not loops)
...x[i], if y[i]!=0 # we do not want use loops we do not use apply (not very fast) x <-c(0 ,1,2,3,4,5,6,7,8,NA,NA,1 ,1 ,NA,2 ,2) y <-c(0 ,0,0,1,0,0,0,1,1,1 ,NA,0 ,0 ,0 ,0 ,1) Must_be<-c(1 ,1,1,3,5,5,5,7,8,NA,NA,1.5,1 ,NA,1.5,2) (df<-as.data.frame(cbind(x,y)) ) # I have traied many bad colusions based on cumsum, pmin, pmax, ... (mean_dfx_if_yIs0<-y*cumsum(x*y)/(cumsum(y)*y) ) # how to do this? # thans for any advice # E [[alternative HTML version deleted]]
2006 May 23
1
Problems with "net rpc trustdom establish"
Hello peaplo. I?m training to establish a domain relationship. The first comand "#net rpc trustdom adm aaa -S bkp -U root%111 -I 192.168.0.1" is working fine. But when a trai to establish with this command: "#net rpc trustdom establish adm -S bkp -U root%111 -I 192.168.0.1" I receive this message:...
2005 Jul 22
1
Authenticate pptpd server on a domain controller
...server (chap-secrets file) authenticate against the pdc server (/etc/samba/smbpasswd) on the second. I read that it is possible using winbind, kerberos and pam. I have been making some configurations but I haven't made yet it works. I want to know what is the best way and how to make. I have traied these two links.: 1- Replacing a Windows PPTP server with Linux HOWTO http://poptop.sourceforge.net/dox/replacing-windows-pptp-with-linux-howto.phtml 2- Chapter 23. Winbind: Use of Domain Accounts http://us2.samba.org/samba/docs/man/Samba3-HOWTO/winbind.html but the two show the same error when...
2011 Jul 28
0
_: how to replace values in x by means in subgroups created in ...(not loops)
...>> >> >> x <-c(0 ,1,2,3,4,5,6,7,8,NA,NA,1 ,1 ,NA,2 ,2) >> y <-c(0 ,0,0,1,0,0,0,1,1,1 ,NA,0 ,0 ,0 ,0 ,1) >> Must_be<-c(1 ,1,1,3,5,5,5,7,8,NA,NA,1.5,1 ,NA,1.5,2) >> >> (df<-as.data.frame(cbind(x,y)) ) >> >> # I have traied many bad colusions based on cumsum, pmin, pmax, ... >> (mean_dfx_if_yIs0<-y*cumsum(x*y)/(cumsum(y)*y) ) >> >> # how to do this? >> # thans for any advice >> # E [[alternative HTML version deleted]]
2006 Nov 04
0
traits-0.10.0
URLS http://rubyforge.org/projects/codeforpeople/ http://codeforpeople.com/lib/ruby/traits INSTALL yes|sudo gem install traits ABOUT traits.rb is set of attr_* like methods on steroids, caffeine, and botox. it encourages better living through meta-programming and uniform access priciples. traits.rb supports smart inheritence of class attributes and a fistful of hooks...
2017 Jun 04
2
CV en R
...ction-for-multiple-models-with-caret> > Statistics of prediction for multiple models with caret > <https://stackoverflow.com/questions/14800021/statistics-of-prediction-for-multiple-models-with-caret> > stackoverflow.com > I am trying to get statistics of prediction for various training models > with the package caret. Below is an example that illustrates my need: > library(caret) # Training: # ... Get X and Y for trai... > > > O mejor en el propio manual de "caret", en esta sección: > > https://topepo.github.io/caret/model-training-and- > tun...
2017 Jun 04
2
CV en R
...le-models-with-caret> >> Statistics of prediction for multiple models with caret >> <https://stackoverflow.com/questions/14800021/statistics-of-prediction-for-multiple-models-with-caret> >> stackoverflow.com >> I am trying to get statistics of prediction for various training models >> with the package caret. Below is an example that illustrates my need: >> library(caret) # Training: # ... Get X and Y for trai... >> >> >> O mejor en el propio manual de "caret", en esta sección: >> >> https://topepo.github.io/caret/...
2017 Jun 03
2
CV en R
...Hola, Puedes ver aquí un ejemplo de cómo comparar varios modelos usando "caret". https://stackoverflow.com/questions/14800021/statistics-of-prediction-for-multiple-models-with-caret O mejor en el propio manual de "caret", en esta sección: https://topepo.github.io/caret/model-training-and-tuning.html#exploring-and-comparing-resampling-distributions Y como recomendación te sugiero que usen "ranger" en vez de "randomForest", no solo por velocidad, si no también por las mejoras y ampliaciones de funcionalidad que incorpora. Saludos, Carlos Ortega www.quali...