Displaying 20 results from an estimated 1841 matches for "leafing".
Did you mean:
leading
2005 Mar 21
1
Convert numeric to class
Dear all,
I have a script about iteration classification, like this below
data(iris)
N <- 5
ir.tr.iter <- vector('list',N)
ir.tr <- vector('list',N)
for (j in 1:N) {
ir.tr[[j]] <- rpart(Species ~., data=iris)
ir.tr.iter[j] <- ir.tr[[j]]$frame
result <- list(ir.tr=ir.tr, ir.tr.iter=ir.tr.iter)
}
as.data.frame(as.matrix(ir.tr.iter))
2009 Nov 12
0
[PATCH 03/12] Btrfs: Rewrite btrfs_drop_extents
Rewrite btrfs_drop_extents by using btrfs_duplicate_item, so we can
avoid calling lock_extent within transaction.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
---
fs/btrfs/ctree.h | 7 +-
fs/btrfs/file.c | 659 ++++++++++++++++++++-------------------------------
fs/btrfs/inode.c | 27 +--
fs/btrfs/ioctl.c | 3 +-
fs/btrfs/tree-log.c | 4 +-
5 files changed, 277
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
2013 Aug 02
2
[PATCH] Btrfs: allow compressed extents to be merged during defragment
The rule originally comes from nocow writing, but snapshot-aware
defrag is a different case, the extent has been writen and we''re
not going to change the extent but add a reference on the data.
So we''re able to allow such compressed extents to be merged into
one bigger extent if they''re pointing to the same data.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
---
2002 Nov 05
1
[leaf-user] RE: CF Boot media creation
Hi,
I had the same problem last week. I got it work when I
used an old syslinux (the one from Daschtein Utils).
I think that the problem is with newest version of
syslinux, but could get confirmation from the syslinux
group.
Nick
"S Mohan" wrote:
>
> I'm home at last. I did a mixture of things. I
> downloaded DOS6.22 floppy
> from putergeeks.com, extracted my old
2002 Nov 05
0
[leaf-user] RE: CF Boot media creation
I'm home at last. I did a mixture of things. I downloaded DOS6.22 floppy
from putergeeks.com, extracted my old syslinux 1.75 (dos version) into the
same boot floppy and made my CF /dev/hda1 as suggested by Luis (Hail O
King - my saviour). Lo and behold it went thro' like a hot knife thro'
butter. syslinux did not complain at all. I did an xcopy /s of my D: (hard
disk) to my C:(CF) and
2005 Aug 22
2
problem building dendrograms to use with heatmap()
Hi,
I'm trying to build dendrograms to pass to heatmap().
The dendrograms I build plot properly, but when I pass them to heatmap() I get
the error message "row dendrogram ordering gave index of wrong length" (see
output log below).
I looked in the code of heatmap() and saw that the error was due to a NULL
return value from order.dendrogram(), which in turn got a NULL return value
2008 Oct 01
5
[RFC] CPUID usage for interaction between Hypervisors and Linux.
Hi,
Please find below the proposal for the generic use of cpuid space
allotted for hypervisors. Apart from this cpuid space another thing
worth noting would be that, Intel & AMD reserve the MSRs from 0x40000000
- 0x400000FF for software use. Though the proposal doesn't talk about
MSR's right now, we should be aware of these reservations as we may want
to extend the way we use CPUID to
2008 Oct 01
5
[RFC] CPUID usage for interaction between Hypervisors and Linux.
Hi,
Please find below the proposal for the generic use of cpuid space
allotted for hypervisors. Apart from this cpuid space another thing
worth noting would be that, Intel & AMD reserve the MSRs from 0x40000000
- 0x400000FF for software use. Though the proposal doesn't talk about
MSR's right now, we should be aware of these reservations as we may want
to extend the way we use CPUID to
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.
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 Thawte
Server Certificate:
2013 Mar 06
8
Understanding lm-based analysis of fractional factorial experiments
All,
I have just returned to R after a decade of absence, and it is good to
see that R has become such a great success! I'm trying to bring Design
of Experiments into some aspects of software performance evaluation, and
to teach myself that, I picked up "Experiments: Planning, Analysis and
Optimization" by Wu and Hamada. I try to reproduce an analysis in the
book using lm, but
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"
finds nothing.
I also tried the mail archive
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") and that is what I want. Obviously, the info is there
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 ...
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
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.
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?
I'm not sure what you mean by "this mechanism?" Are you suggesting that each hypervisor put "CrossHVPara\0" somewhere 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