Displaying 20 results from an estimated 7000 matches similar to: "Patch Pruning and Release Tracking"
2012 Mar 27
1
Targeting Bugs for GlusterFS 3.3 Beta 3
This is a list of bugs that Vijay has tagged for the 3.3.0 beta3 milestone:
https://bugzilla.redhat.com/buglist.cgi?cmdtype=runnamed&namedcmd=Bugs%20targeted%20for%20GlusterFS%203.3.0%20beta3
Please take a look and see if any of them impact you. If so, feel free to add comments, and do please test fixes as they become available.
You are, of course, welcome to submit patches as well,
2013 Jun 20
1
Rev Your (RDMA) Engines for the RDMA GlusterFest
It's that time again ? we want to test the GlusterFS 3.4 beta before
we unleash it on the world. Like our last test fest, we want you to
put the latest GlusterFS beta through real-world usage scenarios that
will show you how it compares to previous releases. Unlike the last
time, we want to focus this round of testing on Infiniband and RDMA
hardware.
For a description of how to do this, see
2012 Oct 23
1
Minimizing Computational Time
Dear R-users,
May I seek some suggestions from you. I have a long programme written in R
with several 'for' loops inside. I just want to get them out by any elegant
way (if there is!) to reduce the computational time of the main programme.
For instance, is there any smart way for the following programme that will
lessen time?
2012 Sep 26
0
Mailing list is back
Apologies, everyone. The mailing got stuck during the recent upgrade - and
is now unstuck.
Please report any further oddities to me or Eco at johnmark at johnmark.org or
ewillson at redhat.com
Thanks,
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20120926/241c168e/attachment.html>
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]]
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 one prune a dendrogram (plot.dendrite,
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.
--
R
-------------- next part --------------
An HTML
2013 Sep 03
1
Printer pruning
Hello
I am experiencing an strange issue when listing printers in the domain.
It seems that the printer installed on workstation is registered on
every restart without removing the old data .
The outcome of this registration is that after few days I have "Printer"
record along with few "Printer000xxx" records, and then I have to
manually remove all these "new"
2009 Mar 20
1
Pruning trees in a Random Forest
Hi all!
The randomForest in R enables us to prune the trees using the nodesize
feature where we can stop splitting a node if it contains less than the
specified no.of of records/entities at that node.
However is there a way to stop the tree growing after a specified number of
levels. To be more clear on what I mean by a level. Level 0 is the parent
node, Level 1 has 2 daughter nodes, Level 2 has
2002 Oct 22
0
pruning old files
Actually, what I do also propogates deletions. Since someone may unpack a
tar containing files with earlier mtimes than a marker file, a simple
--newer won't do it for us, either. Instead, I generate a list of all
items, consisting of name and type, to which i append number of links,
size, and mtime for files; link destination for symlinks; and for
directories, fifos, chars, blocks,
2008 Dec 17
1
pruning trees using rpart
Hi,
I am using the packages tree and rpart to build a classification tree to
predict a 0/1 outcome. The package rpart has the advantage that the function
plotcp gives a visual representation of the cross-validation results with a
horizontal line indicating the 1 standard error rule, i.e. the
recommendation to select the most parsimonious model (the smallest tree)
whose error is not more than one
2013 Mar 11
2
vertical lines in R plot
Dear All,
May I seek your suggestion on a simple issue. I want to draw vertical lines
at some positions in the following R plot. To be more specific, I wish to
draw vertical lines at d=c(5.0,5.5,6) and they should go till
p=c(0.12,0.60,0.20) . I haven't found any way out, though made several
attempts. Please run the following commands first if you are interested in!
2011 Apr 04
0
[R-sig-ME] Documentation for the glm module in jags/rjags?
It turns out that when I use GUI (file-change dir) to set the working
directory, R will crash.
If I use setwd() instead, the example runs well.
Regards,
On 4 April 2011 00:17, Wincent <ronggui.huang@gmail.com> wrote:
> OK, I dig into the problem and found that Chinese character in the path
> should be blamed.
> Once the path rename to English only, it works.
>
> Regards,
2005 Mar 02
1
Warning: number of items to replace is not a multiple of replacement length
I feel like a complete dolt, as I know this question has been asked by
others on a fairly regular basis, but I'm going in circles trying to get
the following to work:
id.prob<-function (tt)
{
library(mvtnorm)
#============================
Makeham<-function(tt)
{
a2=0.030386513
a3=0.006688287
b3=0.039047537
t<-tt-20
h.t<-a2+a3*exp(b3*t)
S.t<-exp(-a2*t+a3/b3*(1-exp(b3*t)))
2009 Sep 02
5
pruning data
Hello everyone,
I am trying to prune a data frame for partial least squares analysis.
I need to delete an entire row if one cell in the row contains a NA.
Presently, I am running a loop that is supposed to extract the rows
that are full of numbers into a second data frame and skips the rows
that contain a single NA value.
I want to know if there is a simple way to determine if a row
2008 Jan 04
2
R2WinBUGS sending variables as factors
Hello R and BUGS users,
I am writing a heirarchical model in R to send to BUGS via R2WinBUGS and
I am finding it difficult to get the model to run. I seem to be having
two problems.
1) I can't seem to send variables classed as factors (Month), is there a
way do this?
2) Checking the Log in WinBUGS I can see that the model is Syntactically
correct, but Bugs is not able to recognise the the
2017 Jun 13
3
understanding I() in lmer formula
Is there a difference between I(x*y) and I(y*x) ?
I have a call to lmer that results in this complaint:
Error in is.alpha2.subordinate * ~z.min.co.res :
non-numeric argument to binary operator
when I change this line:
I(is.alpha2.subordinate*z.min.co.res)+
to this:
I(z.min.co.res*is.alpha2.subordinate)+
the complaint goes away.
I'd like to understand why.
2009 Jul 10
2
IF STATEMENTS
Hello,
I am working on using if statements. What is the error message telling
me here and how do I correct for it?
I have tried various combinations of quotes.
Thank you.
Sincerely,
Mary A. Marion
#Find critical values
crit<-function(n,alpha,type)
{
if (type==twoSided)
{
alpha2=alpha/2
tL<-qt(alpha2,n-1)
tU<-qt(1-alpha2,n-1)
}
if (type==Lower)
{
tL<- -9999
2008 Jul 30
5
History pruning
Hi,
I find that a typical workflow for me looks something like this:
1) import some data from files
2) mess around with the data for a while
3) mess around with plotting for a while
4) get a plot or analysis that looks good
5) go back through my history to make a list of the shortest command
sequence to recreate the plot or analysis
6) send out that sequence to colleagues, along with the
2009 Jul 01
2
Difficulty in calculating MLE through NLM
Hi R-friends,
Attached is the SAS XPORT file that I have imported into R using following code
library(foreign)
mydata<-read.xport("C:\\ctf.xpt")
print(mydata)
I am trying to maximize logL in order to find Maximum Likelihood Estimate (MLE) of 5 parameters (alpha1, beta1, alpha2, beta2, p) using NLM function in R as follows.
# Defining Log likelihood - In the function it is noted as