Displaying 3 results from an estimated 3 matches for "mpart".
Did you mean:
part
2004 Dec 26
1
Pseudo Partitions
Is there a requirement that Drive C, Drive D, ... etc. NOT point to a part of
the physical native Linux file system (e.g. reiserfs)?
What I want to do is take directory M:\XYZ (/win/m/XYZ), copy it so that an
image of it appears in /home/me/MPart/XYZ and configure Wine to view
/home/me/MPart as being M;\ if that is possible. But so far, the Windows
application does not like that. Maybe I don't know how to change .wine/config
properly.
I changed
[Drive M]
"Type" = "hd"
"Path" = "/win/m"
"...
2010 Feb 26
2
Error in mvpart example
...in apply(formatg(yval, digits - 3), 1, paste, collapse = ",", sep = "") :
dim(X) must have a positive length
This seems to be a problem with the cross-validation, since the "xerror" and "xstd" columns are missing from the summary table as well.
Using the mpart() wrapper results in the same error:
fit4<-mvpart(gdist(spider[,1:12],meth="bray",full=TRUE,sq=TRUE)~water+twigs+reft+herbs+moss+sand,spider,method="dist")
summary(fit4)
Note, changing the 'method' argument to ="mrt" seems, superficially, to solve the prob...
2006 May 15
2
RFC 3501 compliance issue: body-type-msg incorrect
...302)("text" "x-vcard" ("charset" "utf-8" "name" "ddkintz.vcf") NIL NIL "7bit" 415 14) "mixed"))
Look through the line to the point where you see: "alternative" 302.
The part the proceeds this is a body-type-mpart rule, but it is missing a set of parentheses...i.e. there should be an ending paren after alternative, and a beginning paren before the set of 1parts that precede it.
This looks like a similar problem to what was in imap_bodystructure.c a while back.
--
Anthony Kay
University Computing Center
(5...