search for: doc2

Displaying 20 results from an estimated 20 matches for "doc2".

Did you mean: doc
2011 Mar 30
1
Package XML: Parse Garmin *.tcx file problems
...eciably reluctant to paste even a shortened version. The output below shows I can get nodes, but an attempt at value of a single node comes up empty (even though there is data there. One question: Has anybody succeeded parsing Garmin .tcx (xml) files? Thanks! Michael _______________________ >doc2 = xmlRoot(xmlTreeParse("HR.reduced3.tcx",useInternalNodes = TRUE)) >xpathApply(doc2, "//*", xmlName) [[1]] [1] "TrainingCenterDatabase" [[2]] [1] "Activities" [[3]] [1] "Activity" [[4]] [1] "Id" [[5]] [1] "Lap" [[6]] [1]...
2006 May 26
8
Comparing two documents in the index
I want to compare two documents in the index (i.e. retrieve the cosine similarity/score between two documents term-vector''s). Is this possible using the standard Ferret functionality? Thanks in advance, Jeroen Bulters -- Posted via http://www.ruby-forum.com/.
2010 Mar 05
2
Windows 7 + Samba 3.4.5 locking problem
...fcntl_getlock: fd 105 is returned info 2 pid 0 [2010/03/05 20:04:30, 8] locking/posix.c:264(posix_fcntl_getlock) posix_fcntl_getlock: Lock query call successful [2010/03/05 20:04:30, 10] locking/brlock.c:1270(brl_locktest) brl_locktest: posix start=4729736 len=242 unlocked for fnum 5219 file doc2/daten/deziff/EBM2000/ziffer.DBF [2010/03/05 20:04:30, 10] locking/locking.c:152(strict_lock_default) strict_lock_default: flavour = WINDOWS_LOCK brl start=4729736 len=242 unlocked for fnum 5219 file doc2/daten/deziff/EBM2000/ziffer.DBF [2010/03/05 20:04:30, 10] locking/posix.c:284(is_posix_locked...
2016 May 05
2
GSoC 2016 - Introduction
Hello, Thanks James for the reply. That cleared a few things out. Apologies for replying late because of exams going on. I was going through the previous clustering API to understand how it worked and it seems like the the approach for construction of the termlists which are used for distance metrics use TF-IDF weighting with cosine similarity, which is very similar to the approach I would need
2009 Jan 31
0
save after delete returns true but actually fails
...that creating two references to the same database ActiveRecord object, then deleting with one of them, followed by saving with the other, true is returned, but no new record is actually saved. e.g.: doc=Document.new(:title => "sam''s speciality") doc.save doc.id # ==> 23 doc2=Document.find_by_title("sam''s speciality") doc2.delete doc.title # ==> "sam''s speciality" doc.save # ==> true doc3=Document.find_by_title("sam''s speciality") # ==> nil Should that second doc.save really return true? This situation c...
2010 Nov 10
3
create a pairwise coocurrence matrix
Hi all, I am trying to construct a pairwise coocurrence matrix for certain terms appearing in a number of documents. For example I have the following table with binary values showing the presence or absence of a certain term in a document: term1 term2 term3 term4 term5 doc1 1 1 0 0 1 doc2 1 1 0 1 1 doc3 1 0 0 0 1 And I want to have a matrix with the number of the pairwise coocurrencies. So, based on the above table the matrix should be: term1 term2 term3 term4 term5 term1 0 2 0 1 3 term2 2 0 0 1 2 term3 0 0 0 0 0 term4 1 1 0 0 1 term5 3 2 0 1 1 Any ideas on how to do that?...
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote: > You can pass all the filenames from the inputs/ directory directly on the > command-line, instead of specifying -r inputs/. > That way the order of scanning will be exactly the one specified on the > command-line. > Hum, I think I can fix that with Make... --renato -------------- next part
2007 Dec 14
6
Analyzing Publications from Pubmed via XML
I would like to track in which journals articles about a particular disease are being published. Creating a pubmed search is trivial. The search provides data but obviously not as an R dataframe. I can get the search to export the data as an xml feed and the xml package seems to be able to read it. xmlTreeParse("
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 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote: > On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote: > > On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote: > > What is it that makes the output of the program asynchronous? The output is
2017 Jun 08
2
Logging the click data
...rrent doc means there. - $topdoc: existing command to set offset value. I'm currently working towards implementing the support for new commands i.e. $qid and $did. An example log entry assuming that we allow only 4 docs on a single result page: q101 "simple query text" [doc0, doc1, doc2, doc3] 0 q101 "simple query text" [doc4, doc5, doc6, doc7] 4 q101 "simple query text" [doc8, doc9, doc10, doc11] 8 qid taken to be very simple for the purpose of this example and I'm not really sure about the doc id format so assumed it to be like that. Also, I noticed tha...
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
...SRC_DIR)/inputs/clam-v2.rar \ $(PROJ_SRC_DIR)/inputs/clam-v3.rar \ $(PROJ_SRC_DIR)/inputs/clam.zip \ $(PROJ_SRC_DIR)/inputs/README \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc11.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc22.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc2.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/doc3.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/docCLAMexe.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/rtf1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/rtf-novirus.rtf RUN_OPTIONS = --debug --e...
2006 Sep 20
8
Understanding boost ?
...10.0083 = field_weight(address:<keith|keithex> in 4697), product of: 1.0 = The sum of: 1.0 = tf(term_freq(address:keithex)=1)^1.0 20.0166 = idf(address:<(keithex=1) + (keith=8) = 9>) 0.5 = field_norm(field=address, doc=4697) 0.04166667 = coord(2/48) Doc2: 0.2977623 = product of: 14.29259 = weight(name:<keith> in 31416), product of: 0.2028171 = query_weight(name:<keith>), product of: 10.06719 = idf(name:<(keith=3) = 3>) 0.02014635 = query_norm 70.47034 = field_weight(name:<keith> in 31416), product of:...
2009 Apr 20
0
system is exactly singular
Hi. I have a csv file. I imported it with mydata<-read.table("C:/dataForR/radiology/WordFrequency.csv", header=TRUE, sep=",") > dim(mydata) [1] 982 925 The first column had the doc numbers like doc1, doc2, etc. so I did mydataNum<-mydata[,-1] > dim(mydataNum) [1] 982 924 The second to last column was also not numeric and so I did > mydataNum<-mydataNum[,-923] > dim(mydataNum) [1] 982 923 when I checked > str(mydataNum) I got 'data.frame': 982 obs. of 923 variables:...
2017 Jun 06
2
Logging the click data
> There's a lot of flexibility already, because the log format is just > omegascript. So I don't think you need to implement a new command to > achieve this. (Although you might need a command to generate the query > id. It depends on how you're going to do that.) Ok, I'll try adapting the existing log command to achieve the kind of logging we want. And, about the
2010 Apr 04
1
How to add a column to dtm showing a part from directory source?
Hello Experts, I'm new with R and having troubles doing my graduation project.I have 20 subfolders including almost 20000 txt files.What i need to do is to create a dtm and add a column to it showing a "class" information of the txt files. My directory source is like "C:\\R\\20news-18828\\comp.graphics" for the comp.graphic subfolder.I need to take only
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
...dimnames mutation R> x <- 1:5 R> dimnames(x)[1,2] <- NULL fixed. o It was observed that > D(expression(z * (log(z) /z)), "z") returns (log(z)/z) + z * (1/z/z - log(z)/z^2) This is exactly what S-Pus produces. o Added the option -B 8192 to m4 in the etc/doc2* files to keep m4 happy. o New functions "as.ordered", "data.class" and "scale" from, Kurt Hornik added. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.ht...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
....h > sha256.h > > ./inputs: > clam.cab > clamdoc.pdf > clam.exe > clam.exe.bz2 > clam-v2.rar > clam-v3.rar > clam.zip > dbdir > docs > large.pcm > mei16v2.m2v > README > rtf-test > tune > > ./inputs/rtf-test: > Doc11.rtf > Doc1.rtf > Doc22.rtf > Doc2.rtf > doc3.rtf > docCLAMexe.rtf > rtf1.rtf > rtf-novirus.rtf > > ./Output: > clamscan.cbe > clamscan.cbe.c > clamscan_clamscan.bc > clamscan_clamscan.o > clamscan.diff-cbe > clamscan.diff-llc > clamscan.exe-cbe > clamscan.exe-llc > clamsca...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that