similar to: No predefined Groups

Displaying 20 results from an estimated 80 matches similar to: "No predefined Groups"

2012 Dec 19
0
Fitting a predefined classification tree
Hi, I've searched R-help and haven't found an answer. I have a set of data from which I can create a classification tree using rpart. However, what I'd like to do is predefine the blank structure of the binary tree (i.e., which nodes to include) and then use a package like rpart to fit for the optimal splitting criteria at each of the predefined nodes. Does such a package exist?
2007 May 17
0
[LLVMdev] predefined pass for transforming a module to SSA?
Hi all: I'm writing a research prototype on LLVM 1.9. Given a module ,what is the right way to get the SSA-based llvm-IR? As I know , llvmgcc generates SSA-based bytecode. But if a module is constructed by hand, how can I transform it into a SSA-based llvm? Thanks. Ying -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 17
1
[LLVMdev] predefined pass for transforming a module to SSA?
Hello, Ying. > But if a module is constructed by hand, how can I transform it into a > SSA-based llvm? LLVM IR is *always* in SSA form, even if you're constructing module by hands (Verifier pass actually does the check and reject invalid code). If you want to eliminate memory accesses and transform them to registers & phi's you might want to run mem2reg pass also. -- With best
2012 Oct 03
1
[LLVMdev] Clang predefined macros with -fPIC and -fPIE
Hello everyone, Clang seems to only define __PIE__ when both –fPIC and –fPIE is used in the command line whereas gcc defines both __PIC__ and __PIE__. Is this intended or a bug in clang? Thanks. Command line: clang -fPIC -fPIE -dM -E - < /dev/null | grep __PI -- Tareq
2009 Mar 03
1
Predefined viables
Hi all, Does anyone knows how to add a new variable to the predefined variables sent by asterisk to AGI script? regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090304/80ba7bd7/attachment.htm
2007 Jan 25
1
'Fitting' a model at predefined points
Hi, I have a linear model ("mod1 <- lm(V3~V1+V2) and I would like to get the model's prediction at values of V1 and V2 not included in the original sample. samp <- read.table("data.dat",nrows=100) attach(samp) out.poly <- lm(V3 ~ V1 + V2) If I try to use out.poly to predict values for the function I run into problems. It seems that it isn't possible to use a new
2010 Nov 26
1
cluster analysis: predefined clusters
Dear list,   running a hierachical cluster analysis I want to define a number of objects that build a cluster already. In other words: I want to force some of the cases to be in the same cluster from the start of the algorithm.   Any hints? Thanks in advance!   Derik [[alternative HTML version deleted]]
2009 Dec 11
1
Array of legend text with math symbols from predefined variables
Hello, I am trying to include legend text with math symbols from a predefined character variable that is read in from a file. ? If there is only one line of text in the legend, the following, although cumbersome, works for me: ? > LegendText = " 'U' [infinity], '=10 m/s' "?? # (read in from a file) ??> LegendName = paste("bquote(paste(",LegendText,
2011 May 05
1
[caret package] [trainControl] supplying predefined partitions to train with cross validation
Hi all, I run R 2.11.1 under ubuntu 10.10 and caret version 2.88. I use the caret package to compare different models on a dataset. In order to compare their different performances I would like to use the same data partitions for every models. I understand that using a LGOCV or a boot type re-sampling method along with the "index" argument of the trainControl function, one is able to
2011 Mar 08
1
How to sort using a predefined criterion
Dear R helpers, Suppose I have following data.frame. df <- data.frame(category = c("treat_A", "treat_A", "treat_A", "treat_A", "treat_A", "treat_A", "treat_A", "treat_A", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B", "treat_B",
2012 Feb 16
1
how to get r-squared for a predefined curve or function with "other" data points
hello mailing list! i still consider myself an R beginner, so please bear with me if my questions seems strange. i'm in the field of biology, and have done consecutive hydraulic conductivity measurements in three parallels ("Sample"), resulting in three sets of conductivity values ("PLC" for percent loss of conductivity, relative to 100%) at multiple pressures
2006 Sep 01
3
Samba 3.0.23c Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== "I think we just hit thread level Orange." -- anonymous ============================================================== Release Announcements ===================== This is the latest stable release of Samba. This is
2014 Sep 30
0
CEBA-2014:1234 CentOS 5 gfs-kmod BugFix Update
CentOS Errata and Bugfix Advisory 2014:1234 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1234.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: f20302719dd6cedf4615a4bbbe171b20047aa0b022c897aaeb8e5b4c17d7ace6 kmod-gfs-0.1.34-22.el5.centos.i686.rpm
2018 May 20
1
Latest updated scap-security-guide signed with wrong GPG key
Hi, Today I tried to update my CentOS 7.5 with latest updates, but it fails to verify the signature of one of the packages: ... scap-security-guide noarch 0.1.36-9.el7.centos updates It seems like this RPM was signed with AltArch PowerPC key (see further down): Warning: /var/cache/yum/x86_64/7/updates/packages/scap-security-guide-0.1.36-9.el7.centos.noarch.rpm: Header V3
2014 Oct 29
1
No domaingroups with getent group
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, after I joined an new machine into my domain, "getent group" is not showing any domaingroup. The domainusers are listet with "getent passwd" as expected. In nsswitch.conf winbind is used with "passwd" and "group". Wbinfo -g shows all groups. "net rpc testjoin" gives the right result. I can get
2018 Sep 28
0
CEBA-2018:2752 CentOS 7 scap-security-guide BugFix Update
CentOS Errata and Bugfix Advisory 2018:2752 Upstream details at : https://access.redhat.com/errata/RHBA-2018:2752 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: d251d8b13aa211d2e9dbf2380d6ff8d7fbb9fbd49aff4af94527286d9829748c scap-security-guide-0.1.36-10.el7.centos.noarch.rpm
2011 Apr 12
1
problems in centos-5.6
hi, i try to collect the problems, bugs and 'strange' things in current centos-5.6 release: os/i386 these shouldn't have to be there (they are from older release): kmod-gfs-0.1.34-12 kmod-gfs-PAE-0.1.34-12 kmod-gfs-xen-0.1.34-12 centos-release-notes-5.5-0 updates/i386 these shouldn't have to be there (they are already in os): libtdb-1.2.1-5.el5.i386 libtdb-devel-1.2.1-5.el5.i386
2013 Jul 26
0
[LLVMdev] arch-specific predefines in LLVM's source
----- Original Message ----- > Hi all, > My recent commit r187027 fixed a simple oversight of forgetting to > check for __ppc__ (only checking __powerpc__), which broke my > powerpc-apple-darwin8 stage1 tests, since the system gcc only > provided > __ppc__. I was wondering if this justifies using simpler macros like > > #define LLVM_PPC (defined(__ppc__) ||
2008 Dec 25
1
Nested Groups
Hi all, I'm not able to create localgroups as described in "docs/man/Samba-HOWTO-Collection/groupmapping.html" I have tested Samba 3.2.5 and 3.2.6 on Debian lenny. As usual I am using openldap as backend. First I have tested with smbldap-tools, then I have switched to ldapsam:editposix = yes ldapsam:trusted = yes and removed all the script entries from smb.conf.
2013 Jul 27
0
[LLVMdev] arch-specific predefines in LLVM's source
----- Original Message ----- > > ----- Original Message ----- > >> Hi all, > >> My recent commit r187027 fixed a simple oversight of forgetting > >> to > >> check for __ppc__ (only checking __powerpc__), which broke my > >> powerpc-apple-darwin8 stage1 tests, since the system gcc only > >> provided > >> __ppc__. I was