Displaying 20 results from an estimated 975 matches for "prune".
Did you mean:
prone
2005 Jan 13
4
load object
Hi,
I happen to re-write my codes to save memory and my
approach is write my obj into file first and later I
load it.
However, it seems like:
load(filename) can load the object but the function
returns the name of the object instead of the
reference to it. For example, I have an object called
r0.prune, which is saved by
save(r0.prune, file='r0.prune')
and later, I want to load it by using:
load('r0.prune')
but I need to put the reference to the object r0.prune
into a var or a list. I tried:
t<-load('r0.prune'),
and class(t) gave me a char, which means t stores the
nam...
2003 Dec 19
1
Question re labels in r-part (continuation of a thread from a while back)
...the original DV is not on that
frame.
So, I tried the following:
{create the tree}
tr.totpart <- rpart(log(totpart +1) ~ sexfact + age + windle +
eabused
+ as.factor(pabau) + positive + controlling + lenient +
druguse.ever
+ anycsw,
xval = 10, cp = 0.000000001, data = duhray)
{prune the tree}
tr.totpart.pruned <- prune (tr.totpart, cp = .02)
{ad the original metric to the frame}
meanpart <- exp(tr.totpart.pruned$frame$yval)-1
tr.totpart.pruned$frame <- cbind(tr.totpart.pruned$frame, meanpart)
and thought this was good because summary(tr.totpart.pruned$frame)
lis...
2016 Sep 20
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...I'm running lots of experiments with LibFuzzer these days -- it's an
amazing tool!
I've noticed something weird while examining the effect of various coverage
options: for one of my benchmarks, the fuzzer was achieving a higher total
coverage before April 2016, when -sanitizer-coverage-prune-blocks became
true by default (commit
<https://github.com/llvm-mirror/llvm/commit/f593646d9ade6ab311cd6c55880bf3bdfc4b26a4>
).
Here are the numbers from running the fuzzer with different options for a
fixed amount of time.
#units #blocks #bits options
492 447 1666 -fsanitize...
2007 Feb 15
2
Does rpart package have some requirements on the original data set?
Hi,
I am currently studying Decision Trees by using rpart package in R. I
artificially created a data set which includes the dependant variable
(y) and a few independent variables (x1, x2...). The dependant variable
y only comprises 0 and 1. 90% of y are 1 and 10% of y are 0. When I
apply rpart to it, there is no splitting at all.
I am wondering whether this is because of the
2016 Sep 21
3
-sanitizer-coverage-prune-blocks=true and LibFuzzer
Hello,
Is this reproducible?
> Fuzzing is a probabilistic business and one or even two runs don't prove
> much.
>
I've reproduced the behavior on two different machines. Attached is a
script to do so. To use the script,
- create an empty folder and copy both prune-blocks.sh and
ff-http-parser.sh in there
- ensure clang and clang++ are in your $PATH
- cd /path/to/prune-blocks.sh
- ./prune-blocks.sh
Let me know how it goes.
> Note that I am going to change all of these coverage options soon.
> The new thing will be
> http://clang.llvm.org/docs/San...
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...> I can reproduce this too, but if i either increase FUZZER_TESTING_SECONDS to 600 or change seed=1 to seed=2 the problem is gone.
> Looks like one of the binaries got simply unlucky with a particular seed.
> You can observe it like this:
> for S in 1 2 3 4 5 6; do ./target-asan-8bit-prune-build/fuzzer -seed=$S -runs=10000000 2>&1 | grep DONE & done
> #10000000 DONE cov: 60 bits: 91 indir: 1 units: 59 exec/s: 625000
> #10000000 DONE cov: 60 bits: 91 indir: 1 units: 57 exec/s: 588235
> #10000000 DONE cov: 253 bits: 901 indir: 12 units: 467...
2009 Jul 20
0
No subject
...l Discussion
Subject: Re: [asterisk-users] rtcachefriends & qualify & sip reload
On Tue, 2010-03-02 at 15:59 +0100, jonas kellens wrote:
> On Tue, 2010-03-02 at 11:32 +0000, Ishfaq Malik wrote:=20
> > If you are changing RealTime config in your DB you need to do a sip=20
> > prune realtime either directly from asterisk cli or using AMI. You=20
> > really do not need to do a SIP reload when changing the config of=20
> > one sip extension.
> I notice that after a "sip prune realtime all" I also loose all of my=20
> realtime sip peers. Same result ac...
2016 Feb 03
2
delete directories with find and exclude other directories
On 02/03/2016 10:11 AM, m.roth at 5-cent.us wrote:
> find . -type d ! -name logs -prune
That will prune all of the directories whose name is not "logs",
starting with "."
So... not terribly useful.
2007 Jan 24
1
iax2 prun realtime peer only can't prune user
Hi All,
I'm running 1.2.9.1. I can prune sip realtime peers and users and iax
realtime peers but no command to prune iax realtime users. Was this
implemented in a later version?
Thanks.
JR
--
JR Richardson
Engineering for the Masses
2018 May 08
2
Pruning a dendrogram based on frequencies
How can one prune a dendrogram (plot.dendrite, plotrix) based on a minimum level of frequencies?. Franklin.?
[[alternative HTML version deleted]]
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...eproduce this too, but if i either increase FUZZER_TESTING_SECONDS to 600 or change seed=1 to seed=2 the problem is gone.
>> Looks like one of the binaries got simply unlucky with a particular seed.
>> You can observe it like this:
>> for S in 1 2 3 4 5 6; do ./target-asan-8bit-prune-build/fuzzer -seed=$S -runs=10000000 2>&1 | grep DONE & done
>> #10000000 DONE cov: 60 bits: 91 indir: 1 units: 59 exec/s: 625000
>> #10000000 DONE cov: 60 bits: 91 indir: 1 units: 57 exec/s: 588235
>> #10000000 DONE cov: 253 bits: 901 indir: 1...
2008 Jul 15
1
sip prune realtime per issue
I am using realtime on two boxes, one running 1.4.10.1 and one running
1.4.11. Everything works fine except for when I make a database change,
such as a phones password. I change the DB, I prune the peer, I see it
is gone and then I see it show up again in "sip show peer xxxx", but
everything is not being updated. The phone will not register even
though the DB and the phone have the correct password. The only way to
get it to register is to stop * and re-start it, then it w...
2008 Jul 30
5
History pruning
...ate the plot or analysis
6) send out that sequence to colleagues, along with the generated plots
or analysis output
I wonder if there are any tools people have developed to help with step
5. Typically I do something like this:
5a) save my entire history to a text file
5b) open it up in Emacs
5c) prune any lines that don't have assignment operators
5d) prune any plotting commands that were superseded by later plots
and then start on other more subtle stuff like pruning assignments that
were later overwritten, unless the later assignments have variable
overlap between the LHS and the RHS. Th...
2016 Mar 11
5
RFC: Pass to prune redundant profiling instrumentation
There have been a lot of responses. I'll try to summarize the thread and respond
to some of the questions/feedback.
Summary
=======
1. We should teach GlobalDCE to strip out instrumented functions which the
inliner cannot delete.
2. Sean suggests adding metadata to loads/stores of counters to convey that
they do not alias normal program data.
I'm not familiar with AA, but
2003 Aug 18
0
displaying pruned clusters
Any idea why clusters five and six fall off the scale in the following?
library(cluster)
library(maptree)
data(flower)
dfl2<-daisy(flower,type=list(asymm=c(1,3),ordratio=7))
hdfl2<-hclust(dfl2)
prune.dfl2<-prune.clust(hdfl2,k=6)
plot(prune.dfl2)
Of course the following will display all six clusters, but without a scale:
draw.tree(prune.dfl2)
Best wishes,
Mikkel
Mikkel Grum
International Plant Genetic Resources Institute (IPGRI)
Sub-Saharan Africa Group
***
PO Box 30677
00100 Nairobi, K...
2010 Mar 04
2
--prune-empty-dirs option not doing the job
Hello and thanks to all who so generously assist on this great list.
test command:
rsync -avm --del --prune-empty-dirs --compare-dest=/Users/generic/Desktop/B /Users/generic/Desktop/A/ /Users/generic/Desktop/C
produces a large number of directories and nested directories on the destination that are empty. i've tried tweaking so many different combinations of options i'm beginning to lose track!...
2018 May 09
0
Pruning a dendrogram based on frequencies
Hi Franklin,
plot.dendrite was not designed to be pruned. I have had a look at the
problem, and I may be able to suggest a way to drop values in the
"dendrite" object that is the input to plot.dendrite. I'll let you
know.
Jim
On Tue, May 8, 2018 at 11:46 PM, Franklin Mairura via R-help
<r-help at r-project.org> wrote:
> How can...
2016 Feb 03
6
delete directories with find and exclude other directories
...5/deployments
./d20160131-16993-vazqg5/releases
./logs
./d20160203-27735-1tqbjh6
./d20160125-1120-1yccr9p
./d20160131-16993-1yf9lnc
I'm just tailing the output so that you have an idea of what's going on
without taking up the whole page. :)
If I try to exlclude the logs directory with the prune command I get back
no results.
root at ops-manager:/tmp/tmp# find . -type d -prune -o -name 'logs' -print
root at ops-manager:/tmp#
What am I doing wrong?
Thanks,
Tim
--
GPG me!!
gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
2015 Nov 20
2
Hexagon, DFAPacketzier and dependency pruning
DFAPacketizer has a virtual method isLegalToPruneDependencies(). I looked
at the Hexagon code and but wasn't unable to understand the details
(unfortunately as of now, I'm not well versed in the Hexagon architecture).
Would anyone be able to shed light on what is dependency pruning and how it
should be used?
Any help is appreciated.
--...
2014 Jul 29
2
[Bug 10748] New: 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs
https://bugzilla.samba.org/show_bug.cgi?id=10748
Summary: 3.1.0 and 3.1.1 create all dirs on target even with
--prune-empty-dirs
Product: rsync
Version: 3.1.1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: samba at tlinx.org
Q...