search for: contstructed

Displaying 4 results from an estimated 4 matches for "contstructed".

Did you mean: constructed
2005 Sep 21
1
rsync operation dies
...ives on what I am almost sure is a degraded raid array. During the file list build sequence, it will pause, the file list count frozen (not incrementing), and eventually die. Is there an option that I can use during the rsync process that will give a verbose reading of the file list as it is being contstructed so that I can see what file/directory the operation is choking on? Thanks in advance. jyana
2007 Feb 08
1
Problem with factor state when subset()ing a data.frame
Hi folks, I am running into a problem when calling subset() on a large data.frame. One of the columns contains strings which are used as factors. R seems to automatically factor the column when the data.frame is contstructed, and this appears to not get updated when I create a subset of the table. A minimal testcase to demonstrate the problem follows: sample <- data.frame(c("A", "A", "A", "A", "B", "B", "B", "C", "C", "...
2006 Oct 02
1
documenation duplication and proposed automatic tools
...as the classes are modified and extended. I think it would be better if the class developer could enter the information once, and the documentation system assemble it dynamically when the user asks a question. For example, if the user asks for documentation on a class, the resulting page would be contstructed by pulling together the class description, appropriate method descriptions, and links to classes the focal class extends (as well, possibly, as classes that extend it). Similarly, a request for methods could assemble a page out of the snippets documenting the individual methods, including links to...
2008 Mar 10
0
build.mim() from the minet package
Hi, I am trying to contstruct a mutual informtation matrix using the function build.mim() from the minet package: > build.mim(myData, estimator="empirical") and I have two questions. 1.) The estimator "empirical" computes the entropy of the empirical probability distribution. This probably means it is using this definition of the entropy: H = sum_x sum_y p(x,y)* log(