search for: cluster2

Displaying 20 results from an estimated 26 matches for "cluster2".

Did you mean: cluster
2018 Jan 15
2
consolidate three function into one
...function to generate RFS curves RFS <- function( inputfile, N ) { cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) if( N==2) {palette <- c("red", "black") legend.labs <- c("Cluster1", "Cluster2") } else if(N==3) {palette <- c("red", "black", "green") legend.labs <- c("Cluster1", "Cluster2", "Cluster3") } else {palette <- c("red", "black",&...
2018 Jan 14
2
consolidate three function into one
...unction( inputfile, N ) { cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) if( N==2) {palette <- c("red", "black") legend.labs <- c("Cluster1", "Cluster2") } else if(N==3) {palette <- c("red", "black", "green") legend.labs <- c("Cluster1", "Cluster2", "Cluster3") } else {palette &lt...
2018 Jan 14
0
consolidate three function into one
...{ > cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, > data = inputfile) > > if( N==2) {palette <- c("red", "black") > legend.labs <- c("Cluster1", "Cluster2") > } > > else if(N==3) {palette <- c("red", "black", "green") > legend.labs <- c("Cluster1", "Cluster2", "Cluster3") > } > >...
2011 Nov 07
1
Strange behaviour of ssh
Hello together! I've Debian 6.0.3 with OpenSSH_5.5p1 and problem with the execution of remote commands via ssh. It seems as if the first command isn't looked up in all "$PATH" dirs. Here normally I should get the version information of mpirun twice but the first one fails: $ ssh cluster2 mpirun --version ; mpirun --version bash: mpirun: command not found mpirun (Open MPI) 1.4.3 Here I should get the place of "mpirun" twice but the first "which" doesn't find an "mpirun" and prints nothing: $ ssh cluster2 which mpirun ; which mpirun /usr/mpi/gcc/ope...
2018 Jan 15
0
consolidate three function into one
...curves > RFS <- function( inputfile, N ) { > cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, > data = inputfile) > if( N==2) {palette <- c("red", "black") > legend.labs <- c("Cluster1", "Cluster2") > } > > else if(N==3) {palette <- c("red", "black", "green") > legend.labs <- c("Cluster1", "Cluster2", "Cluster3") > } > else {palette <- c("r...
2018 Jan 15
1
consolidate three function into one
...function to generate RFS curves RFS <- function( inputfile, N ) { cluster<- survfit(Surv(RFS_days2, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) if( N==2) {palette <- c("red", "black") legend.labs <- c("Cluster1", "Cluster2") } else if(N==3) {palette <- c("red", "black", "green") legend.labs <- c("Cluster1", "Cluster2", "Cluster3") } else {palette <- c("red", "black",&...
2007 Apr 10
1
Several clusters in the same matchine
Hi, is it possible to have several ocfs2 clusters in the same machine? We have webserver1 and webserver2 that should belong to cluster1 and cluster2 "workgroup". Cluster1 should be made of webserver1, webserver2 and application_server1 Cluster2 should be made of webserver1, webserver2 and application_server2 Is this possible? Thanks, Nuno Fernandes
2019 Jun 14
1
MultiMaster dsync (cluster1 cluster2 cluster3)
Will MultiMaster dsync work fine or will be big problems ? I configured dovecot to dsync from serv1 to serv2 to serv3 and repeat to serv1 to serv2 to serv3 and repeat... When email received to serv2, it will be synced to serv3, and serv3 will sync it to serv1, and serv1 will sync it to serv2 and will stop here because emails matched. What problems can be with this kind of configuration ?
2018 Jan 14
0
consolidate three function into one
...ree functions. All variables are included in an inputfile. Can you help me to consolidate the following three function into one functions? I thought about using if else function, but not sure how to do it. Thank you, Ding # function to generate RFS RFS2cluster <- function( inputfile ) { cluster2<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster2, data = inputfile, risk.table = F, palette = c("red", "black"), ylim=c(0,1), ggtheme = theme_bw(),...
2013 Jul 11
1
Cluster discovery using Libvert
...(ESX servers) in cluster. I'm using following way but unable to get results. I'm not sure whether I'm using correct command or not. Please help me to achieve the expected result. ========================================================= Virsh # connect esx://192.168.10.1/DatacenterC2/Cluster2?no_verify=1 Enter username for 192.168.10.1 [administrator]: Enter administrator's password for 192.168.10.1: error: Failed to connect to the hypervisor error: invalid argument: Path '/DatacenterC2/Cluster2' does not specify a host system ========================================...
2009 Feb 28
1
Help on Making R Packages
...ckage. So before run Rcmd build command i made the next things: 1- I modified pam.c and cluster.h code. I added two new arguments on pam. 2- I modified pam.q, i added there my two new arguments. 4- I create all the necessary subdirectories (man, data, src, R, etc) and files necessaries. I put on c:\Cluster2 5- I run on cmd: Rcmd build --force --binary c:/cluster2 And the package was created (file .zip) 6- I installed and load my package on R After this i tried to test with Ruspini dataset so I write something like: x <-ruspini dd <- pam(x,3) But an error happens, function pam not recognize my...
2018 Jan 14
0
consolidate three function into one
...hree functions. All variables are included in an inputfile. Can you help me to consolidate the following three function into one functions? I thought about using if else function, but not sure how to do it. Thank you, Ding # function to generate RFS RFS2cluster <- function( inputfile ) { cluster2<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster2, data = inputfile, risk.table = F, palette = c("red", "black"), ylim=c(0,1), ggtheme = theme_bw(),...
2009 Feb 01
2
Using arrays to generate parameters
...quot;class3"] "parameters": "hostname": "a" "name": "a" "domain": "b.com" "fqdn": "a.b.com" "group": "<host group>" "clusters": ["cluster1", "cluster2", "cluster3", "cluster4"] In my puppet manifests, I would like to be able to use the elements in the clusters array to generate multiple files to use for the source parameter of the file type. For example, given the above YML, I''d like the end result of the file p...
2008 Jul 07
2
Colour clusters in a 2d plot
R experts, I have three columns. c1 and c2 are numeric variables whereas c3 are the clusters classes (nominal variable, 10 different: cluster1, cluster2, cluster3, cluster4, cluster5 ....). I'd like to plot c1 against c2 (easy!) in a 2D plot and put different color depending to the cluster class automatically regardless the number of clusters. Could anyone give a hand? Josep Maria, matrix <- read.table(fileName, header=TRUE, sep=",&...
2012 Feb 27
3
LDA alias resolution problems..
...is 2.0.beta6 (3156315704ef) Like I said, up til friday, when I added a vacation entry into postfix (which I have now removed to see if it was the reason) mails to the alias virusalert (which is aliased to me) went through just fine. Now I get these sort of errors from the LDA: Feb 27 11:54:03 cluster2 postfix/pipe[31267]: 866F0A41173: to=<virusalert at mobilia.it>, relay=dovecot, delay=357414, delays=357413/0.79/0/0.05, dsn=4.3.0, status=deferred (temporary failure. Command output: lda: Fatal: Unknown user ) Other aliases work perfectly, the only difference is that these emails are o...
2007 Apr 20
2
Partitioning around mediods (PAM)
...I have the following: So I know for instance cluster 1 has a mean for variable1 of 33.33, however when I run PAM i get: variable 1 variable2 29 32 12 97 12 9 308 106 8 217 62 2 Does 29 relate to cluster 1, and 97 to cluster2 etc. Hope this makes sense, Nathaniel ___________________________________________________________ [[alternative HTML version deleted]] ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read t...
2005 Jun 07
1
Multiserver config
Hi! I need use dovecot on 3 servers. Home directory and mail spool shared over NFS in pop3/pop3s only mode (no imap). What details for dovecot config need set? When I try 2-servers config, some time I get in log: Jun 7 04:31:01 cluster2 pop3(andy at atomail.com): IndexID mismatch for binary tree file /home/plasma/andy at atomail.com/mail//.imap/INBOX/.imap.index.tree But mail client not show any errors. And some time I get dup messages from other server (I keep messages on server). Thanks! -- Best regards, Andrew Velikored...
2012 Mar 23
1
how to cluster rows of words in a text file
...d2 word4 word3 4 word4 word2 word1 word3 5 word2 word2 word4 word2 file_as_matrix <- as.matrix(file1); Now, I want to apply some clustering algorithm such as kmeans to cluster the rows in the file to get the following output: Cluster1 word1 word3 word4 word1 word1 word4 word3 word1 Cluster2 word4 word2 word4 word3 word4 word2 word1 word3 word2 word2 word4 word2 But as kmeans takes as input numeric matrix of data, it cannot be used to cluster the rows in this case. Is there any simple way to cluster the rows of such a text file? An example code would be really useful. Than...
2008 Nov 07
0
Cluster Broken pipe Error & node Reboot
...> <sharedstate driver="libsharedraw.so" rawprimary="/dev/raw/raw1" rawshadow="/dev/raw/raw2" type="raw"/> <members> <member id="0" name="cluster1" watchdog="yes"/> <member id="1" name="cluster2" watchdog="yes"/> </members> <services> <service checkinterval="10" failoverdomain="oracle_db" id="0" maxfalsestarts="0" maxrestarts="0" name="database" userscript="/etc/init.d/script_db.sh"&g...
2002 May 24
1
Fisher
Hello. I had a big collection of Web pages. Now I have this collection divided into clusters. Every page can be relevant or not. I made a table: relevant non relevant cluster1 1 20 cluster2 0 15 cluster3 3 35 . . . . . . . . . I cluster1 I have 21 Web pages, 1 relevant and 20 no. I want to find if relevant pages tend to stay in some clusters, and so I want to find if there is a di...