search for: demiurg

Displaying 10 results from an estimated 10 matches for "demiurg".

2002 Aug 09
1
asking for help (was RE: nnet trouble, continued)
> From: Sirotkin, Alexander [mailto:demiurg at ti.com] > > P.S. Anybody who finds my postings insulting, please write a > mail filter > for my address. Although I can not understand why it may insult > anybody. > > P.P.S. Must be related to cultural differences, I guess... It's not insulting to me, person...
2004 Feb 27
2
importing S-Plus data files
I have some data in the Linux version of S-Plus, which I can not use anymore. The program is just broken and won't run. I'm trying to find a way to import that data to either Windows version of S-Plus (which I have running on my other machine) or R (Linux or Windows, it doesn't matter). Unfortunately, nothing seems to work. Windows S-Plus seem to ignore files from Linux .Data
2015 Oct 12
4
[Bug 2479] New: ssh-keyscan non-standard port broken
https://bugzilla.mindrot.org/show_bug.cgi?id=2479 Bug ID: 2479 Summary: ssh-keyscan non-standard port broken Product: Portable OpenSSH Version: 6.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh-keyscan Assignee: unassigned-bugs at
2017 Mar 25
7
[Bug 2699] New: PKCS#8 private keys with AES-128-CBC stopped working
https://bugzilla.mindrot.org/show_bug.cgi?id=2699 Bug ID: 2699 Summary: PKCS#8 private keys with AES-128-CBC stopped working Product: Portable OpenSSH Version: 7.5p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh-keygen Assignee:
2004 Feb 16
1
aov and Error documentation
I could not find any documentation about aov() and Error() usage. Both help pages (for aov and Error) does not specify it. I'm mainly interested in aov with random effects. Thanks a lot. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2004 Mar 01
1
boxcox in MASS library
Help page for boxcox function in MASS library says that the transformation is y^lambda, which is different from the Y' = log(Y) if lambda = 0 , Y' = ((Y ^ lambda) - 1)/lambda otherwise I'm used to. Is this just a help page typo ? Thanks. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2002 Jun 23
2
AdaBoost for R
I'm going to implement AdaBoost algorithm in R. Just wanted to ensure that there is no implementation of any boosting algorithm in R... don't want to reinvent the wheel... -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2002 Jun 15
1
importing large objects
Hi. I was trying to import a very large data table to R using RODBC. By large meaning a table of 600 real numbers and 10000 rows. It failed saying that it reached a memory limit. This is extremely weird because S-Plus can import the same table, and it does this quite fast. Are there any limitations on objects size in current implementation of R ?
2002 Aug 09
0
nnet trouble, continued
Well, it finally occured to me - predict.nnet() can't handle missing values. In that case it's not really clear what's the point of adding na.action to nnet() if I'm going to run into problems with missing values later anyway... P.S. Anybody who finds my postings insulting, please write a mail filter for my address. Although I can not understand why it may insult anybody.
2005 Jul 14
2
QoS on receive
It appears that while Linux has plenty of traffic shaping mechanism on transmit, there is nothing on receive side. While generally it does make sense since transmit is more CPU intensive operation, after all receive also consumes CPU cycles. It is clear that it''s best to drop the packet as soon as possible, i.e. on receive, if possible - by the driver itself. It may not be feasible in