search for: leaf

Displaying 20 results from an estimated 1841 matches for "leaf".

Did you mean: lea
2005 Mar 21
1
Convert numeric to class
...frame(as.matrix(ir.tr.iter)) Because I need the result as dataframe I convert to as.matrix, but all it only numeric > as.data.frame(as.matrix(ir.tr.iter)) V1 1 4, 1, 5, 1, 1 2 4, 1, 5, 1, 1 3 4, 1, 5, 1, 1 4 4, 1, 5, 1, 1 5 4, 1, 5, 1, 1 > ir.tr.iter [[1]] [1] Petal.Length <leaf> Petal.Width <leaf> <leaf> Levels: <leaf> Sepal.Length Sepal.Width Petal.Length Petal.Width . . . [[5]] [1] Petal.Length <leaf> Petal.Width <leaf> <leaf> Levels: <leaf> Sepal.Length Sepal.Width Petal.Length Petal.Wid...
2009 Nov 12
0
[PATCH 03/12] Btrfs: Rewrite btrfs_drop_extents
...*hint_byte, int drop_cache) { - u64 extent_end = 0; - u64 search_start = start; - u64 ram_bytes = 0; - u64 disk_bytenr = 0; - u64 orig_locked_end = locked_end; - u8 compression; - u8 encryption; - u16 other_encoding = 0; + struct btrfs_root *root = BTRFS_I(inode)->root; struct extent_buffer *leaf; - struct btrfs_file_extent_item *extent; + struct btrfs_file_extent_item *fi; struct btrfs_path *path; struct btrfs_key key; - struct btrfs_file_extent_item old; - int keep; - int slot; - int bookend; - int found_type = 0; - int found_extent; - int found_inline; + struct btrfs_key new_key; + u...
2010 May 12
1
exact the variables used in tree construction
> fit.dimer <- rpart(as.factor(out) ~ ., method="class", data=p_df) > > fit.dimer$frame[, "var"] [1] NE WC <leaf> TA <leaf> <leaf> WG WD WW WC [11] <leaf> <leaf> <leaf> CT <leaf> FC <leaf> YG QT <leaf> [21] <leaf> <leaf> NW DP DY <leaf> SK <leaf> <leaf> <leaf> [31] <leaf&gt...
2013 Aug 02
2
[PATCH] Btrfs: allow compressed extents to be merged during defragment
...sertions(+), 5 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 55dda87..a7aeecc 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -2229,7 +2229,7 @@ static noinline bool record_extent_backrefs(struct btrfs_path *path, static int relink_is_mergable(struct extent_buffer *leaf, struct btrfs_file_extent_item *fi, - u64 disk_bytenr) + u64 disk_bytenr, u8 compress) { if (btrfs_file_extent_disk_bytenr(leaf, fi) != disk_bytenr) return 0; @@ -2237,8 +2237,10 @@ static int relink_is_mergable(struct extent_buffer *leaf, if (btrfs_file_extent_typ...
2002 Nov 05
1
[leaf-user] RE: CF Boot media creation
...hen > my hard disk was c: > and cf d:! > > Any pointers from the syslinux group on this please? > > Mohan > -----Original Message----- > From: Luis.F.Correia > [mailto:Luis.F.Correia at seg-social.pt] > Sent: 05 November 2002 16:28 > To: 'S Mohan' > Cc: leaf-user at lists.sourceforge.net > Subject: RE: [syslinux] CF Boot media creation > > > You have replied to the wrong list :) > > Btw, > > Do this, boot with a dos floppy having only the flash > as hda1. > after booting dos, run syslinux -s c: > > (you need to...
2002 Nov 05
0
[leaf-user] RE: CF Boot media creation
...Now that I'm home, I'm puzzled why it did not work when my hard disk was c: and cf d:! Any pointers from the syslinux group on this please? Mohan -----Original Message----- From: Luis.F.Correia [mailto:Luis.F.Correia at seg-social.pt] Sent: 05 November 2002 16:28 To: 'S Mohan' Cc: leaf-user at lists.sourceforge.net Subject: RE: [syslinux] CF Boot media creation You have replied to the wrong list :) Btw, Do this, boot with a dos floppy having only the flash as hda1. after booting dos, run syslinux -s c: (you need to get syslinux compiled for dos :) -----Original Message-----...
2005 Aug 22
2
problem building dendrograms to use with heatmap()
...eturning NULL. I've included code below which reproduces the problem and below that the output from a run of that code on my computer. Any help would be greatly appreciated. Thanks in advance. -Ben ########################### begin code ################################### version dendro.leaf <- function(label) { ans <- list() attr(ans, 'members') <- 1 attr(ans, 'height') <- 0 attr(ans, 'leaf') <- T attr(ans, 'midpoint') <- 0 attr(ans, 'label') <- label attr(ans, 'class') <- 'dendrogram' ans...
2008 Oct 01
5
[RFC] CPUID usage for interaction between Hypervisors and Linux.
...o extend the way we use CPUID to MSR usage as well. While we are at it, we also think we should form a group which has at least one person representing each of the hypervisors interested in generalizing the hypervisor CPUID space for Linux guest OS. This group will be informed whenever a new CPUID leaf from the generic space is to be used. This would help avoid any duplicate definitions for a CPUID semantic by two different hypervisors. I think most of the people are subscribed to LKML or the virtualization lists and we should use these lists as a platform to decide on things. Thanks, Alok ---...
2008 Oct 01
5
[RFC] CPUID usage for interaction between Hypervisors and Linux.
...o extend the way we use CPUID to MSR usage as well. While we are at it, we also think we should form a group which has at least one person representing each of the hypervisors interested in generalizing the hypervisor CPUID space for Linux guest OS. This group will be informed whenever a new CPUID leaf from the generic space is to be used. This would help avoid any duplicate definitions for a CPUID semantic by two different hypervisors. I think most of the people are subscribed to LKML or the virtualization lists and we should use these lists as a platform to decide on things. Thanks, Alok ---...
2002 Nov 05
0
CF Boot media creation
-----Original Message----- From: S Mohan [mailto:smohan at vsnl.com] Sent: 05 November 2002 16:13 To: Luis.F.Correia; leaf-user at lists.sourceforge.net Subject: RE: [leaf-user] (no subject) I know that is the proper way. Unfortunately, I'm stuck and am mad at myself for that. Error message: ERROR 440D: Unable to lock drive for exclusive access - when I use syslinux 2.00 from freshmeat. the last time, I used sy...
2002 Nov 14
1
[leaf-user] Bering v1.0-stable released !
Finally, it''s out. All the details are here: http://leaf.sourceforge.net/article.php?sid=63 We will probably take a rest for a while :-) Enjoy! Jacques & Eric ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Tha...
2013 Mar 06
8
Understanding lm-based analysis of fractional factorial experiments
...ing R 2.15.2 on a recent Fedora system, but I get the same result on Debian Wheezy and Debian Squeeze. I think the discussion below can be followed without having the book at hand though. I'm working with tables 5.2 and 5.5 in the above mentioned book. Table 5.2 contains data from the "Leaf spring experiment". The dataset is also in this zip file: ftp://ftp.wiley.com/public/sci_tech_med/experiments-planning/data%20sets.zip I've learned from the book that the effects can be found using a linear model and double the coefficients. So, I do > leaf <- read.table("...
2003 Jul 16
2
Stem and leaf display?
I would like to do some fairly basic stem-and-leaf displays in R. I am aware (I might even say painfully aware) of stem(base) and have tried it. That's why I'm hoping someone has a usable stem- and-leaf display for R so that I don't have to write my own. r-project.org > Search > R Site Search > "stem and leaf display&quo...
2005 Dec 12
1
dendrogram: how to obtain leaf height
Dear All, How can the height of a leaf be extracted from a dendrogram? Sure, I can print it, but I am not able to, say, store it in an object. I think I understand that the height is a property of the split, not the leaf itself, but the printing functions display a "height" or "h" (which changes with "hang&quo...
2011 Jan 06
3
Offline Deduplication for Btrfs V2
Just a quick update, I''ve dropped the hashing stuff in favor of doing a memcmp in the kernel to make sure the data is still the same. The thing that takes a while is reading the data up from disk, so doing a memcmp of the entire buffer isn''t that big of a deal, not to mention there''s a possiblity for malicious users if there is a problem with the hashing algorithms we
2002 Oct 18
2
Help with DLLs
I'm using R version 1.5.1, and Microsoft Developer Studio 97 (yes, I know it's old, but it's expensive to upgrade) on Windows 98. I created the DLL file with the compiler. The name of the file containing the subroutine is leaf.f and the subroutine is named leaf.f. In my R program (which defines a function called leaf), I have x <- .Fortran("leaf",...) where the ... are the arguments passed. I source("leaf.s"), and then dyn.load("leaf.dll"), and when I run leaf(100), I get the followi...
2002 Nov 05
1
[leaf-user] FW: CF Boot media creation
I downloaded DOS6.22 image from putergeek.com. Used fdisk from that floppy and format from that floppy. Still no luck. If I execute fdisk under leaf (monkeynoodle.org) as fdisk/dev/hdc, and give p for print partition table, I get the following: Disk /dev/hdc: 16 heads, 32 sectors, 123 cylinders. Units = cylinders of 512 * 512 bytes Device Boot Start End Blocks Id System /dev/hdc1 1 119 30208+ 4 FAT16 <32M Partiti...
2012 Jun 15
1
How do anova() and Anova(type="III") handle incomplete designs?
Hello all: I am confused about the output from a lm() model with an incomplete design/missing level. I have two categorical predictors and a continuous covariate (day) that I am using to model larval mass (l.mass): leaf.species has three levels - map, syc, and oak cond.time has two levels - 30 and 150. There are no response values for Map-150, so that entire, two-way, level is missing. When running anova() on the model with Type I SS, the full factorial design does not return errors; however, using package:ca...
2006 Jan 25
2
PRIO on non-leaf classes?
Hello, I''m using HTB and would like to ask is it correct to put "PRIO" on non-leaf classes ? I know that on leaf classes it''s correct and determines how the excess bandwidth is distributed among non-leaf classes. Thanks Nikolay G.K
2014 Sep 18
3
Standardizing an MSR or other hypercall to get an RNG seed?
...in the 0x40000000 - 0x400fffff CPUID range, and an OS has to do a full scan of this CPUID range on boot to find it? That seems pretty inefficient. An OS will take 1000's of hypervisor intercepts on every boot just to search this CPUID range. I suggest we come to consensus on a specific CPUID leaf where an OS needs to look to determine if a hypervisor supports this capability. We could define a new CPUID leaf range at a well-defined location, or we could just use one of the existing CPUID leaf ranges implemented by an existing hypervisor. I'm not familiar with the KVM CPUID leaf range,...