search for: cohesive

Displaying 20 results from an estimated 70 matches for "cohesive".

2009 Apr 25
3
ANOVA/statistics question
(Have searched for this already) Hi, How do you find the strength of correlation between two variables using an ANOVA table? "Pr(>F)" gives the statistical significance of the association, but not the strength of the correlation. See data (from R) below Readable: "Df" "Sum Sq" "Mean Sq" "F value"
2007 Mar 16
1
Fast lookup in ragged array
Hello, I'm running an algorithm for graph structural cohesion that requires a depth-first search of subgraphs of a rather large network. The algorithm will necessarily be redundant in the subgraphs it recurses to, so to speed up the process I implemented a check at each subgraph to see if it's been searched already. This algorithm is very slow, and takes days to complete on a
2015 Jul 29
2
[LLVMdev] A few folks in the SF Bay area are planning to get together to discuss GC statepoints
...n the afternoon of Thursday, August 6th (the day of the LLVM social). It's likely to be an open-ended discussion to explore the issues in this space and understand them, and all are more than welcome. Of course, we can't make any decisions, but hopefully we can come up with some ideas for a cohesive plan, and when we come back to the list things will be in a more concrete state. Again, if you'd like to join us, by all means drop me a line and let me know. Time: 3:00pm Location: https://goo.gl/maps/KGlUi Thanks! -Chandler -------------- next part -------------- An HTML attachment was scr...
2012 Jun 18
0
igraph 0.6 released
...ination. - R now prints igraph graphs to the screen in a more structured and informative way. The output of summary() was also updated accordingly. ===================== R: Other new features ===================== - It is possible to mark vertex groups on plots, via shading. Communities and cohesive blocks are plotted using this by default. - Some igraph demos are now available, see a list via 'demo(package="igraph")'. - igraph now tries to select the optimal layout algorithm, when plotting a graph. - Added a simple console, using Tcl/Tk. It contains a text area for s...
2012 Jun 18
0
igraph 0.6 released
...ination. - R now prints igraph graphs to the screen in a more structured and informative way. The output of summary() was also updated accordingly. ===================== R: Other new features ===================== - It is possible to mark vertex groups on plots, via shading. Communities and cohesive blocks are plotted using this by default. - Some igraph demos are now available, see a list via 'demo(package="igraph")'. - igraph now tries to select the optimal layout algorithm, when plotting a graph. - Added a simple console, using Tcl/Tk. It contains a text area for s...
2009 Jul 13
0
95% Confidence Intervals for AUC - $auc.samples from the Daim Package
Hi I am trying to perform a bootstrap estimate of classification accuracy of a logistic regression using the 'Daim' package in r using the code at the bottom of this post, this all works great and I get the .632+ misclassification accuracy, specificity, sensitivity, AUC etc etc but what I would like is to access the list of AUC for each of the bootstrap samples as I need calculate the 95%
2011 Jan 18
1
UID Matching
Good afternoon... Currently my Unix and Windows UID's don't match, nowhere close to it. I use AD for the Windows side of the house from a Win2K8 Server and I still use NIS for the Unix/Linux side of the house. I don't do single sign-on yet, so everyone in the building has a Windows account and a Unix account with two different UID's, but the same username. Now, I'm at a
2006 Apr 14
10
DHH Says...F You
WTF was this about? http://www.flickr.com/photos/planetargon/127984254/ Joe -- Posted via http://www.ruby-forum.com/.
2010 Jun 03
2
problem with inserting records into cdr
Hi. For several months now asterisk will mysteriously stop inserting records into cdr database. I am using mysql and the asterisk addons 1.6.2 to accomplish this. Sometimes there is a strange error about column names, but often there is no error, it just stops. I just have to restart asterisk to get things going again, so I am stumped as to what is happening, or even how to troubleshoot. I
2012 Jun 04
0
[LLVMdev] style guidelines
On Mon, Jun 4, 2012 at 2:29 PM, reed kotler <rkotler at mips.com> wrote: > Probably this has come up before... but have we considered just adopting > the Google style guidlines and maybe modifying it in some places? > Despite working at Google, and having to cope with multiple different styles in my day-to-day work as a consequence, I would not push for this. I think that we
2015 Jul 30
0
[LLVMdev] A few folks in the SF Bay area are planning to get together to discuss GC statepoints
...n the afternoon of Thursday, August 6th (the day of the LLVM social). It's likely to be an open-ended discussion to explore the issues in this space and understand them, and all are more than welcome. Of course, we can't make any decisions, but hopefully we can come up with some ideas for a cohesive plan, and when we come back to the list things will be in a more concrete state. Again, if you'd like to join us, by all means drop me a line and let me know. Time: 3:00pm Location: https://goo.gl/maps/KGlUi<https://urldefense.proofpoint.com/v2/url?u=https-3A__goo.gl_maps_KGlUi&d=AwMFa...
2012 Jun 04
2
[LLVMdev] style guidelines
Probably this has come up before... but have we considered just adopting the Google style guidlines and maybe modifying it in some places? They have a nice script for c++ which will check for many things. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py
2004 Aug 06
3
Newbie question - on demand streaming?
...icated streaming gives me the ability to do live broadcasts and thus gives me greater flexability than just using my webserver. Webservers are intended for delivering markup language and are good at it. Thus I prefer leaving them to do that and that alone. Seperating duties tends to give a nicely cohesive environment...i.e. My webserver dishes up web pages, my audio server dishes up audio. Nice design principles in there somewhere. etc etc.....I could go on. The reason I wanna go Icecast is that I'd like a truly GPL'd environment, not some pseudo one like Shoutcast. So lets just take it...
2015 Jul 30
1
[LLVMdev] A few folks in the SF Bay area are planning to get together to discuss GC statepoints
...hursday, August 6th (the day of the LLVM social). It's > likely to be an open-ended discussion to explore the issues in this space > and understand them, and all are more than welcome. Of course, we can't > make any decisions, but hopefully we can come up with some ideas for a > cohesive plan, and when we come back to the list things will be in a more > concrete state. > > > > Again, if you'd like to join us, by all means drop me a line and let me > know. > > > > Time: 3:00pm > > Location: https://goo.gl/maps/KGlUi > <https://urldefense...
2016 Feb 10
4
[RFC] Error handling in LLVM libraries.
Hi Rafael, > What prevents you from using a diag handler in the jit server that > sends errors/warnings over the RPCChannel? What would you do with errors that can't reasonable be serialized when they reach the diagnostic handler? And what would you do with the serialized bytes on the client end? - Lang. Sent from my iPhone On Feb 10, 2016, at 10:31 AM, Rafael EspĂ­ndola
2007 Apr 04
3
Ajax.Updater -- returning failure from a php script
If I give Ajax.Updater a first arg like{ success: ''replies'', failure: ''errors''}, how do I return an error from a php script so the message goes in ''errors'' rather than ''replies''? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on
2012 Dec 15
7
Re-imagined README.md for rails applications
Most of the time I use readme.md file to explain how to properly install the dependencies and run the application for first time. I use [something like](https://gist.github.com/3058000) as a README.md scaffold. Just an idea, What would you guys think about replacing the current readme with something like this? https://gist.github.com/3058000 Oguz Bilgic Thanks -- You received this
2009 Mar 31
7
Firebird adapter HELP???????
...oduction environment? The support seems to have dwindled. I would greatly appreciate any installation guidelines, comments or tips. What is somewhat confusing is what is required to for ROR to play nicely with firebird. I have come across fireruby, fb_adapter, fb-0.5.9...there does not seem to be cohesive install / requirement steps...I certainly don''t mind working through all this but would appreciate any help to nudge me along. Thanks, Rick -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribe...
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to definitions. There is a need for a way to specialize parameters while allowing passing other options. This comes up with remotefile where it would be nice to have a default server location but not specify all the parameters (and their defaults) in the definition. Was there a change to the syntax? Is there a way to accomplish this?
2005 May 18
0
My .02 worth
...member, but as Alex points out, I too believe there must be a "buck stops here" authority to ensure that everyone''s initiative is at least heading in the generally accepted correct direction. I have seen several popular open-source projects fragment/fork/fall apart due lack of cohesive leadership. Having a development background, I can assure you that while a larger team membership does provide more man hours that can be applied to the project, the effort required to coordinate those resources increases proportionally. I therefore propose or recommend that a project leader or c...