search for: nuclei

Displaying 17 results from an estimated 17 matches for "nuclei".

Did you mean: nucleo
2011 Feb 17
1
missing values in party::ctree
After ctree builds a tree, how would I determine the direction missing values follow by examining the BinaryTree-class object? For instance in the example below Bare.nuclei has 16 missing values and is used for the first split, but the missing values are not listed in either set of factors. (I have the same question for missing values among numeric [non-factor] values, but I assume the answer is similar.) > require(party) > require(mlbench) > data(BreastC...
2009 Jan 13
3
problem whit Geneland
I do the these passages: library(Geneland) set.seed(1) data <- simdata(nindiv=200, coord.lim=c(0,1,0,1) , number.nuclei=5 , allele.numbers=rep(10,20), IBD=FALSE, npop=2, give.tess.grid=FALSE) geno <- data$genotypes coord <- t(data$coord.indiv) path.mcmc <- paste(tempdir(),"/",sep="") set.seed(1) mcmcFmodel(coordinates=co...
2015 Mar 23
7
quota setup assistance (postfix+dovecot+mysql)
Hello list, I have been struggling with establishing a working installation of dovecot with mySQL quota support. I have not been able to find a guide or tutorial that works for the current revisions of software I have at my disposal. Most notably, the error I see in the mail log is as follows : Mar 23 00:55:31 host dovecot: lmtp(328): Debug: Module loaded:
2008 May 25
1
installing source package RGtk2 on mac os x 10.4.11
Dear All, I'm trying to install the source package RGtk2 (RGtk2_2.12.5-3.tar.gz) on a i-Mac running os x 10.4.11: Nome modello: iMac Identificatore modello: iMac6,1 Nome processore: Intel Core 2 Duo Velocità processore: 2.16 GHz Numero di processori: 1 Numero totale di nuclei: 2 L2 Cache (per processore): 4 MB Memoria: 2 GB Velocità bus: 667 MHz Versione Boot ROM: IM61.0093.B07 Versione SMC: 1.10f3 This is a step needed to use Rattle package, as detailed in: http://datamining.togaware.com/survivor/Installation_Details.html: "...Mac/OSX: download th...
2015 Mar 29
0
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-23, at 1:34 AM, rooster <yawowb+dovecot at nuclei.ca> wrote: > > Hello list, > > I have been struggling with establishing a working installation of dovecot with mySQL quota support. I have not been able to find a guide or tutorial that works for the current revisions of software I have at my disposal. > > Most notably, th...
2009 Mar 11
0
problem with rfImpute (package randomForest)
...m randomForest package. I am interested in imputations of missing values and I read that randomForest can make it. So i write the following code : set.seed(100); library(mlbench) library(randomForest) data(BreastCancer) summary(BreastCancer) data=BreastCancer[,-1] data=data[!is.na(data[,"Bare.nuclei"]),] summary(data) is.factor(data$Cl.thickness)# OK ##########selection of missing values###### x=1:nrow(data) sample1=sample(x,70) sample3=sample(x,70) sample5=sample(x,70) ##########replace by missing values######### data_missing=data data_missing[sample1,1]=NA data_missing[sample3,3]=...
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviourof load)
...namespace was likely to be up the environment tree of a named object when I chose my words carefully. >> data(BreastCancer) >> >> mod <- bagging(Class ~ Cl.thickness + Cell.size > + + Cell.shape + Marg.adhesion > + + Epith.c.size + Bare.nuclei > + + Bl.cromatin + Normal.nucleoli > + + Mitoses, data=BreastCancer, coob=TRUE) >> >> environment(mod$mtrees[[1]]$btree$terms) > <environment: 024E8138> >> >> parent.env(environment(mod$mtrees[[1]]$btree$terms)) > <enviro...
2006 Jan 18
2
Loading of namespace on load of .Rdata (was strange behaviour of load)
...ect whose *parent* environment was the namespace of ipred. Take the following example from ?bagging (having loaded ipred): > data(BreastCancer) > > mod <- bagging(Class ~ Cl.thickness + Cell.size + + Cell.shape + Marg.adhesion + + Epith.c.size + Bare.nuclei + + Bl.cromatin + Normal.nucleoli + + Mitoses, data=BreastCancer, coob=TRUE) > > environment(mod$mtrees[[1]]$btree$terms) <environment: 024E8138> > > parent.env(environment(mod$mtrees[[1]]$btree$terms)) <environment: namespace:ipred> This...
2015 Mar 29
2
quota setup assistance (postfix+dovecot+mysql)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rooster wrote: > >> On 2015-03-23, at 1:34 AM, rooster <yawowb+dovecot at nuclei.ca> >> wrote: >> >> Hello list, >> >> I have been struggling with establishing a working installation >> of dovecot with mySQL quota support. I have not been able to find >> a guide or tutorial that works for the current revisions of >> software...
2006 Jan 18
0
Loading of namespace on load of .Rdata (was strange behaviour of load)
...ect whose *parent* environment was the namespace of ipred. Take the following example from ?bagging (having loaded ipred): > data(BreastCancer) > > mod <- bagging(Class ~ Cl.thickness + Cell.size + + Cell.shape + Marg.adhesion + + Epith.c.size + Bare.nuclei + + Bl.cromatin + Normal.nucleoli + + Mitoses, data=BreastCancer, coob=TRUE) > > environment(mod$mtrees[[1]]$btree$terms) <environment: 024E8138> > > parent.env(environment(mod$mtrees[[1]]$btree$terms)) <environment: namespace:ipred> This...
2015 Mar 24
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-24, at 1:42 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: > > it's a linker problem. Are you sure, > /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so exists at all, is > readable, is from the very same Dovecot version? > > - -- > Steffen It might be a operating permissions issue then. The file(s) exist but the permissions are
2015 Mar 24
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-24, at 2:33 AM, Steffen <skdovecot at smail.inf.fh-brs.de> wrote: > > What are the permissions of the requested file itself? > You say who owns the directory entries, but do not mention the > permissions, please run: > > ls -alR /usr/lib/dovecot/modules/ all directories are drwx r-x r-x all files are -rw -r- - r- - all links are lrwx rwx rwx
2015 Mar 24
1
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-23, at 3:38 PM, Gedalya <gedalya at gedalya.net> wrote: > > That idea is to set the global mail_plugins to contain the plugins you would want enabled in *all* places. If there is not a single such plugin, then indeed you can set the global mail_plugins to empty, but then you should still use $mail_plugins everywhere because then it would just work, should you ever add
2015 Mar 24
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-24, at 6:07 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: > >> all directories are drwx r-x r-x >> all files are -rw -r- - r- - >> all links are lrwx rwx rwx > > :-) OK, this reply doesn't necessarily answers my question, please run & post output of: > > file /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so
2015 Mar 23
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-23, at 1:43 AM, Gedalya <gedalya at gedalya.net> wrote: > > The imap_quota plugin is relevant only under protocol imap {}. It reports quota usage via the IMAP protocol. Under lmtp and any other protocol that can change quota usage, you need to load only the quota plugin, which does the actual work of accounting and enforcing the quota. Thank you for the hint. So
2015 Mar 30
1
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-30, at 4:24 AM, Gedalya <gedalya at gedalya.net> wrote: > > The order in which the config files are included and parsed ought not to matter. Dovecot parses the entire config, resulting in what you see in doveconf -n output, before it does anything. Only the final result applies. > > If your config file says: > > key = value1 > key = value1 value2 (or,
2015 Mar 30
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-29, at 10:16 AM, Gedalya <gedalya at gedalya.net> wrote: > > This problem can be reproduced in one second. Here you go: > > protocol lmtp { > mail_plugins = $mail_plugins sieve imap_quota > } > > Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local > Mar 29 13:13:33 mail dovecot: lmtp(gedalya at gedalya.net): Error: Couldn't load