Displaying 20 results from an estimated 407 matches for "hoop".
Did you mean:
hook
2010 Jan 29
0
Help interpreting libarary(nnet) script output..URGENT
...eural network classifiers and I am
feeding the nnet input from different regions of interest (fMRI data). The
script that I am using is this:
library (MASS)
heap_lda <-
data.frame(as.matrix(t(read.table(file="R_10_5runs_matrix9.txt")))*100000,syll
= c(rep("heap",3),rep("hoop",3),rep("hop",3)))
library(nnet)
heap_nnet <- nnet(syll ~ ., data=heap_lda, size=12,iter=100,MaxNWts=10000)
predict(heap_nnet,heap_lda,type = "class")
table(predict(heap_nnet,heap_lda,type = "class"),heap_lda$syll)
# do leave-one-out crossvalidation...
heap_...
2013 Jan 23
4
extracting characters from a string
Dear All,
I have a data frame of vectors of publication names such as 'pub':
pub1 <- c('Brown DK, Santos R, Rome DF, Don Juan X')
pub2 <- c('Benigni D')
pub3 <- c('Arstra SD, Van den Hoops DD, lamarque D')
pub <- rbind(pub1, pub2, pub3)
I would like to construct a dataframe with only author's last name and each last name in columns and the publication in rows. Basically I want to get rid of the initials (max 2, always before a comma) and spaces surounding last name. I...
2013 Jan 13
3
extracting character values
..., ncol=dim(netw)[2]))
for (i in 1:x)
{
wh <- regexpr('[a-z]{3,}', as.character(netw[,i]))
res[i] <- substring(as.character(netw[,i]), wh, wh + attr(wh,'match.length')-1)
}
the problem is that I cannot manage to extract 'complex' names properly such as ' van der hoops bf ': here I only get 'van', the real last name is 'van der hoops' and 'bf' are the initials. Basically the last name has always a minimum of 3 consecutive letters, but may have 3 or more letters separated by one or more space; the cell may start by a space too; initia...
2013 Dec 05
4
Third-party SATA-RAID cards suggestions
Hi all,
Would anybody care to suggest a third party SATA-RAID card that works out of
the box with CentOS 6, without having to jump through hoops to make it work?
The card should preferably be able to connect ten harddrives, but I guess
three four-port cards should work as well. There's no need for anything fancy
really, as long as I can create a single big software-raid on it at CentOS
install-time.
So far I've tried a Highpoi...
2010 Dec 14
1
Significance Help
I have a set of results where I have the eyesight power of both left and right eyes for each participant (e.g. 0.75, 0.5). Each participant then had to throw basketballs into a hoop and the number of successful throws was recorded.
I would like to do two things:
1. Test whether the eyesight power of the left and right eyes are significantly different from each other.
2. Test whether the number of successful throws is significantly affected by eyesight power (i.e. is there a...
2005 Dec 30
3
model - controller always one-on-one?
Hi All,
Is it necessary to always have a controller per model?
Rephrased:
Would you end up jumping through hoops in the future if you have a controller
called Customer in which you add methods to create new companies as well as
new contacts?
Thanx
Regards,
Gerard.
--
"Who cares if it doesn''t do anything? It was made with our new
Triple-Iso-Bifurcated-Krypton-Gate-MOS process ..."...
2012 Oct 18
4
Rack env rack.multiprocess true with single worker
Hi,
unicorn unconditionally sets rack.multiprocess to true in the Rack
environment. The Rack spec [0] says the following about the variable:
"true if an equivalent application object may be simultaneously invoked
by another process, false otherwise."
When unicorn is running with a single worker this does not hold so what
do you think about setting the variable to false when only a
2005 Aug 25
3
Converting characters to numbers in data frames
...(NUMBERS))
But I now want to convert the characters to be numeric. Using
as.numeric(NUMBERS.df) converts them, but to a vector. How can I
convert and keep as a data frame? I could use this:
matrix(as.numeric(NUMBERS.df), ncol=dim(NUMBERS.df)[2])
but I seem to be jumping through far too many hoops: there must be an
easier way. An suggestions?
Bob
--
Bob O'Hara
Department of Mathematics and Statistics
P.O. Box 68 (Gustaf H??llstr??min katu 2b)
FIN-00014 University of Helsinki
Finland
Telephone: +358-9-191 51479
Mobile: +358 50 599 0540
Fax: +358-9-191 51400
WWW: http://www.RNI.He...
1999 Jul 27
12
hi
hi
This is Tarun from Indusa Global , Jamaica
pl. reply
regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tarun.vcf
Type: text/x-vcard
Size: 180 bytes
Desc: Card for tarun kumar
Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
2002 Jun 11
2
Strange problem with samba
...gin failed. Unknown username or bad password.
Could you give me some help?
Thanks a lot!
Hongwei Li
---------------------------------------------------------
This message sent using EMUmail -- http://www.emumail.com
---------------------------------------------------------
Jumping through hoops to get E-mail on the road?
You've got two choices: Join the circus, or use MollyMail.
Molly Mail -- http://www.mollymail.com
2007 Feb 07
2
Is anybody else dealing with Security Metrics?
...earlier versions due to CANXXXX whereas Redhat has clearly addressed the
issue, sent out a patch and generally we have it installed 2 to 6 months
before SM starts a failing process.
---- The real question ----
Basically, I was wondering if there were many of you 'jumping through
these same hoops'? If there are, perhaps we as a group could do
something to get them to check for CentOS and then look for RHEL
versions in hopes of ending these hassles.
---- end real question ----
I have found that by contacting SM, they will make a correction to a
test once they know what you are runn...
2005 Jul 14
4
[PATCH] Support for official xvd major number
LANANA has officially assigned the block major of 202 for xvd devices
(http://www.lanana.org/docs/device-list/devices-2.6+.txt). Take
advantage of knowing this so people don''t have to do the mknod on their
system. Also, fix up the scsi regex to get sda correct without having
to do hacks like sda0.
Signed-off-by: Jeremy Katz <katzj@redhat.com>
Jeremy
2017 Jan 24
3
Moving to new password scheme
dovecot is setup on a system with MD5-CRYPT password scheme for all users, and I would like to update this to something that is secure, probably SSHA256-CRYPT, but I want to do this seamlessly without the users having to jump through any hoops.
The users are in mySQL (managed via postfixadmin) and the mailbox record simply stores the hash in the password field. Users access their accounts though IMAP MUAs or Roundcube.
How would I setup my system so that if a user logs in and still has a $1$ password (MD5-CRYPT) their password will be...
2010 Sep 15
3
why does automounting removable media always have options nodev, noexec, nosuid?
i'm experimenting with some basic removable media mounting
exercises for an upcoming class, and i read that, while you can use
gconf-editor to change some of the mount options in cases like that,
there is no way to override the mount options of nodev, noexec and
nosuid. for example, that claim is made here (admittedly for fedora,
but it appears to be true for centos as well):
2009 Jul 13
2
CentOS/SNMP update breaks MRTG?
...rning
about SNMP and adding many additional lines to the original MRTG
configuration file, none of which I had to do previously.
Did anybody else have similar experiences with MRTG failing after the
update and what was the simple fix? It does not make any sense that I
have to jump through so much hoops to get just the default
functionality back. Thus I believe there must be one small thing I'm
overlooking.
Thanks for any advice.
2013 Oct 18
3
libxl: spawning qemu while files are open
I ran into an issue when attempting to resume an HVM guest using the libxl_domain_create_restore call. We are using this in the libxl-version of xenopsd, XenServer''s domain manager.
The VM''s suspend image is stored on a disk that is mounted in dom0 for the duration of the restore operation, and unmounted afterwards. Xenopsd opens the suspend-image file, and hands the file
2012 May 11
1
identify() doesn't return "true" numbers
...point in the upper right corner, identify() will return 100. But what I want
is the number in the original dataset y. Lets say the point was at y[87].
Otherwise I wont be able to remove this point from my original dataset.
I hope you understand my problem. I apreciate every help.
Regards, Daniel Hoop
--
View this message in context: http://r.789695.n4.nabble.com/identify-doesn-t-return-true-numbers-tp4626273.html
Sent from the R help mailing list archive at Nabble.com.
2018 Dec 05
4
Where's the optimiser gone? (part 5.a): missed tail calls, and more...
On Tue, Dec 4, 2018 at 3:58 PM Daniel Sanders via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Dec 4, 2018, at 15:11, Stefan Kanthak <stefan.kanthak at nexgo.de> wrote:
> No, I understand his intent. I just doesn't align with my intent,
> including the hoops he/LLVM wants me to jump through.
>
> He's not saying they're your bugs, he's just saying they need
> to be reported in the correct place.
>
>
> Go ahead, report them there!
>
>
> I'm afraid I don't have the time to do that. I have my own work to atte...
2010 Jan 20
2
perl updates always break perl programs, how to fix?
I realize this is my fault because once upon a time I installed a package
using CPAN and probably other admins on the system have as well but now
whenever I update perl I have to jump through hoops to get perl applications
to work again (usually updating Scalar::Util and another package with CPAN).
I would love to figure out how to fix this so it's not such a headache to
keep up to date with perl, but I can't figure out how.
I tried moving my /usr/lib/perl5/site_perl directory out o...
2018 Sep 26
2
[FPEnv] FNEG instruction
...and who knows what the future holds. So it may be prudent to not promise too much so as to leave ourselves an escape hatch.
Doesn’t LLVM target some chips that have floating point instruction sets that are not IEEE compliant? Can we be certain that no new LLVM target will ever have to jump through hoops to avoid side effects simply because we promised that fneg would never, ever have any side effects?
Assuming we do promise no side effects from fneg, ever and forever, then the documentation should say that clearly.
From: Cameron McInally <cameron.mcinally at nyu.edu>
Sent: Wednesday, Sept...