search for: taxonomy

Displaying 20 results from an estimated 39 matches for "taxonomy".

2010 Aug 28
1
Matchspy and faceting
...on), 'BP' (company), 'Transocean' (company), 'Gulf of Mexico' (location). With some advice from Richard Boulton I started looking at using the Matchspy branch for calculating facet suggestions. I have used the stringlistserialiser to place a list of all the tags in each taxonomy in value slots, one per taxonomy, and then a multivaluecountmatchspy on the search side. However, I have a few questions. 1.I thought the method on the MVCMS was get_top_values but the class seems to have the methods top_values_begin and top_values_end instead, which do seem to work though I&...
2008 Nov 25
1
Problem running R from within a script
...ve a shell script that runs the R script for each file matching a glob. R is not picking up the correct parameters *when run from the script*. When I run the command line by itself, it runs fine. The command line is this: /usr/bin/R CMD BATCH --no-restore --no-save '--args $taxFile $taxFile.taxonomy' batchMakeTax.R batchMakeTax.log Here's the output of the script: Processing /usr/bin/R CMD BATCH --no-restore --no-save '--args Call0103.xpt Call0103.xpt.taxonomy' batchMakeTax.R batchMakeTax.log /usr/lib/R/bin/BATCH: line 55: Call0103.xpt: Permission denied I do not know why it&...
2006 Apr 21
2
omega on debian 0.9.5
...he same I used for the omega 0.9.4 installation I had on my local machine with Ubuntu. that's the indexscript I wrote: --------------------------------------indexscript------------ id : field=id boolean=Q unique=Q title : field=title weight=3 index content : index truncate=300 field=content taxonomy : field=taxonomy url : field=url pubtime : date=yyyymmdd field=pubtime type : field=type boolean=XT ----------------------------------------------------- any idea? did you ever see similar problems? all the best, gabriele
2007 Oct 10
3
Is Ruby for me ?
Is Ruby on Rails the right framework for setting up a system that can successfully accomplish the following tasks: -flexible user roles and permissions -automated workflows -robust taxonomies -robust search engine -event calendar -RSS capacity -tagging -member directory -social networking capacities, including listservs and/ or forums, the ability for individual members to form
2010 Feb 01
3
validating both sides of a has_one relationship breaks pickle/machinist tests
...ncy that breaks test frameworks like pickle and machinist. At first I was surprised a little that you can contsruct objects with this constraint ...you can of course with "new" and "save" ...though I it sounds like the destroy will cause a problem. http://mohammed.morsi.org/blog/taxonomy/term/29 is there a workaround for tests? or is this a bad idea from the start? Nevertheless, It seems to me that while a noble goal -- to validate both sides of the assoication. How else to do it? thanks? -- You received this message because you are subscribed to the Google Groups "Ruby o...
2006 Feb 15
0
Looking for Boston-area Rails developers
My company is seeking senior software engineers to work on a small team to design and develop a brand new web-2.0 type of service. This is an internal startup that''s part of an established, successful Boston-area software company. It''s also very early in the lifecycle, so the engineers will have significant influence over how the service evolves. The engineers will help evaluate
2008 Feb 29
0
Optimization when only binary variables can be manipulated?
I am trying to optimize in situations such as the following: Given 100 ability test items with such known item values as (1) difficulty, (2) correlation with criterion, (3) position in subject matter taxonomy, (4) illustrated/nonillustrated, (5) abstraction level, and (6) length, I seek to make three 20-item tests that are as nearly identical in their properties (difficulty, illustrations, taxonomy, etc) as possible, using each item only once. (The goal is to make the tests interchangeable; there are a...
2003 Apr 29
2
Cluster analysis and bootstraps
Hi R helpers, I was wondering if anybody knows if is possible to generate bootstrap values for a cluster analysis in R. What I am trying to do is obtain some confidence on the clusters formed by resampling the data set. A similar type of analysis is used in molecular taxonomy and the confidence values of each cluster are placed in the nodes of the dendogram. Any ideas on how to do this in R will be appreciated. Thanks H?ctor L. Ayala-del-R?o, Ph.D. Center for Microbial Ecology & Center for Genomic and Evolutionary Studies on Microbial Life at Low Temperatures M...
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
...NA00001") be separated by tab : ##fileformat=VCFv4.1 ##fileDate=20090805 ##source=myImputationProgramV3.1 ##reference=file:///seq/references/1000GenomesPilot-NCBI36.fasta ##contig=<ID=20,length=62435964,assembly=B36,md5=f126cdf8a6e0c7f379d618ff66beb2da,species="Homo sapiens",taxonomy=x> ##phasing=partial ##INFO=<ID=NS,Number=1,Type=Integer,Description="Number of Samples With Data"> ##INFO=<ID=DP,Number=1,Type=Integer,Description="Total Depth"> ##INFO=<ID=AF,Number=A,Type=Float,Description="Allele Frequency"> ##INFO=<ID=AA,Nu...
2006 Jul 10
11
Category Number Results returned
I am looking to have a number of categories populated from my results of a search. For example, searching on "sport" would display all results for sport. I want to also have a number of categories to refine the documents down. So by clicking on the "Fishing" category or the "Shooting" category, I would only see the results on sport around that category. Now for
2013 May 12
2
Data mining
Hola, ¿cómo están? Soy estudiante de Ing. en Sistemas de Información y estoy cursando la materia Tecnologías para la Explotación de Datos. Me he decidido a usar R para hacer DM. Estoy recién comenzando con ambos. El asunto es que no he encontrado la implementación en R de uno de los algoritmos que dimos para árboles de decisión, ID3. Ya revisé varios de los paquetes para DM
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...when we broken the assembler/object emission). > Properly speaking they should each get their own tests. > Not to mention a unit-test (or debuginfo-test) to exercise the complete > Clang -> object (-> debugger) sequence. Just because it makes me twitch (though I admit debating test taxonomy terminology verges on a religious topic): these tests are the antithesis of unit tests. Taking source code, compiling it with clang/LLVM, loading it in a debugger and interacting with the debugger is a scenario test. A unit test would be API level, say building IR by calling Clang APIs & then...
2007 May 07
3
What would you tell the CIO in an "ABCs of Email" overview?
...t; for the not-necessarily-techie bosses out there. And hopefully the end result will be that you have one less dumb question to deal with in your life. So: any suggestions? (You can reply privately if you prefer.) Esther Schindler senior online editor, CIO.com her blog: http://advice.cio.com/taxonomy/term/34
2013 Jan 23
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...ler/object emission). > >> Properly speaking they should each get their own tests. >> Not to mention a unit-test (or debuginfo-test) to exercise the complete >> Clang -> object (-> debugger) sequence. > > Just because it makes me twitch (though I admit debating test taxonomy > terminology verges on a religious topic): these tests are the > antithesis of unit tests. Taking source code, compiling it with > clang/LLVM, loading it in a debugger and interacting with the debugger > is a scenario test. > > A unit test would be API level, say building IR by c...
2005 May 29
0
Devel Site Metadata
Perhaps Drupal''s most powerful and versatile feature is its taxonomy -- essentially the core metadata used to describe, organize and manage content -- important stuff for a good Drupal-based site. Please read http://devel.shorewall.net/node/25, and add any suggestions you might have about how the devel site''s metadata could/should be designed. Ron
2018 Apr 06
0
Dsync from multiple IMAPs -- personal/local dovecot setup
...tion for now... As from subject I'm looking for a *personal* *standalone* dovecot setup, especially I'm looking for a DSync from multiple IMAP accounts to a local maildir (to being compatible with notmuch). My actual mail setup is: OfflineIMAP that sync different mailboxes in a personal taxonomy ~/mail/$mailboxName/... and notmuch-emacs + various scripts as MUA. Local postfix just to avoid emacs freeze during send, muchsync to support It does work but is slow, buggy and sometime complicated to kept up to date (I have many homegrow spaghetti-code scripts and snippets in zsh, elisp,...
2011 Oct 04
2
Starcraft / Broodwar: CD not found
Hello! Currently I am trying to install Starcraft + Broodwar on Ubuntu 11.04 using wine 1.3.15-0ubuntu5 (wine1.3). My future aim is to get it running well, and to be able to connect to a LAN with several Windows 7 PCs via TCP/IP (somehow IPX does not work for them) BUT: I am stuck at the very beginning: I installed starcraft on wine's C:Programs/ etc ... but no matter if I want to play it,
2007 Oct 28
0
TreeView Control
I am just learning RubyRails..... I am simply trying to add a tree view control. I want to use the YUI treeview control. Here is my code <% for tax in @taxonomies%> <%=tax.parent-%> <%=tax.description-%> <br> <script type="text/javascript"> addNode(node_id,description) </script> <% end %> I have a javascript that
2006 Jan 03
0
scriptaculous 1.5.1 and problems with safari 2.0.2
...ts renderer to refresh the canvas. There''s no position rule in the div to begin with. This used to happen prior to 1.5.0, started working on 1.5.0 RC and now is back on 1.5.1. You can see the bug in action if you go to my blog on http://www.spiceee.com/pensaletes/ and click on any of the taxonomy tags that closes every post. Spiceee.
2006 Aug 11
0
Resotolog-1.2 - RESTful blog example (was Community request - can someone show me REST? )
...isto etc. competition. Requirements ----------------------------------- - ruby-1.8.4 (i''m using mongrel, do you? ;) ) - sqlite3 - edge rails Features --------------------------------- - Pretty CRUDed - using only standard action names (index,show,new,create,edit,update,destroy) - tags taxonomy - more flexible than categories - graceful delete degradation - you can delete without JS enabled - Multiuser: + only logged in users can post + user can delete only his own articles + user can delete only comments to his own articles + ''admin'' user can delete everything...