search for: cluster3

Displaying 16 results from an estimated 16 matches for "cluster3".

Did you mean: cluster
2018 Jan 14
2
consolidate three function into one
...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","green", "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4")...
2018 Jan 15
2
consolidate three function into one
...lette <- 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","green", "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") } fig <-ggsurvplot(cluster, data...
2018 Jan 14
0
consolidate three function into one
...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","green", "blue") > legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4&quo...
2018 Jan 15
0
consolidate three function into one
...quot;, "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","green", "blue") > legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") > } > > > fig...
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 15
1
consolidate three function into one
...lette <- 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","green", "blue") legend.labs <- c("Cluster1", "Cluster2", "Cluster3", "Cluster4") } fig <-ggsurvplot(cluster, data = i...
2012 Jul 20
2
[LLVMdev] Statistics for 'switch' instruction.
...r of cases is 6.4. How I calculated comparisons-may-be-reduced number. In spreadsheet file GE3 means cluster with size (H-L+1) greater or equal 3. Based on number of clusters GE3, GE4, GE8, I calculated number of clusters with -- size >= 4 and < 8: CLUSTER4_7 = GE4-GE8. -- size == 3: CLUSTER3 = GE3-GE4 -- size == 2: CLUSTER2 = AllClusters-GE3 Based on assumption that CLUSTER3 allows to reduce 1 comparison, CLUSTER4 allows to reduce 2 comparisons and so on, I calculate lower bound of number of comparisons possible to reduce: CR = CLUSTER_GE8*6 + CLUSTER4_7*2 + CLUSTER3 where CLUSTER...
2009 Feb 01
2
Using arrays to generate parameters
...ot;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 parameter to behave lik...
2018 Jan 14
0
consolidate three function into one
...font.legend =c(14,"plain","black"), legend = "bottom", legend.title = "Tree Cluster", legend.labs = c("Cluster1", "Cluster2"), lty=1, lwd=3) } RFS3cluster <- function( inputfile ) { cluster3<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster3, data = inputfile, risk.table = F, palette = c("red", "black", "green"), ylim=c(0,1), ggtheme = them...
2012 Jul 20
0
[LLVMdev] Statistics for 'switch' instruction.
...lculated comparisons-may-be-reduced number. > > In spreadsheet file GE3 means cluster with size (H-L+1) greater or equal 3. > Based on number of clusters GE3, GE4, GE8, I calculated number of > clusters with > -- size >= 4 and < 8: CLUSTER4_7 = GE4-GE8. > -- size == 3: CLUSTER3 = GE3-GE4 > -- size == 2: CLUSTER2 = AllClusters-GE3 > Based on assumption that CLUSTER3 allows to reduce 1 comparison, > CLUSTER4 allows to reduce 2 comparisons and so on, I calculate lower > bound of number of comparisons possible to reduce: > CR = CLUSTER_GE8*6 + CLUSTER4_7*...
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=",") c1&...
2018 Jan 14
0
consolidate three function into one
...font.legend =c(14,"plain","black"), legend = "bottom", legend.title = "Tree Cluster", legend.labs = c("Cluster1", "Cluster2"), lty=1, lwd=3) } RFS3cluster <- function( inputfile ) { cluster3<- survfit(Surv(RFS_days, OV_Had_a_Recurrence_CODE) ~ clusters, data = inputfile) ggsurvplot(cluster3, data = inputfile, risk.table = F, palette = c("red", "black", "green"), ylim=c(0,1), ggtheme = theme_...
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 dipendence relevant-cluster. The...
2010 Jul 21
0
Clustering groups
Hi, is there a way in R to identify those cluster methods / distance measures which best reflect predefined cluster groups. Given 10 observations O1...O10. Optimally, these 10 observations cluster as follows: cluster1: O1, O2, O3, O4 cluster2: O5, O6 cluster3: O7, O8, O9, O10. What I want is a method which identifies that cluster method / distance measure which best reflect my predefined groups. Is that somehow possible to do? Cheers -- View this message in context: http://r.789695.n4.nabble.com/Clustering-groups-tp2297210p2297210.html Sent from the...
2011 Nov 10
0
amap new version (multidimensional analysis)
Dear R users, Thanks to a new contributor, Luigi Cerulo, amap provides 2 more metrics, and another agglomeration linkage for distance computation, and hierarchical clustering. The new centroid linkage method implemented in the cluster3 software tool (http://bonsai.hgc.jp/~mdehoon/software/cluster/software.htm). In this method the pseudoitem of a cluster is computed as the average of the items coordinates, and clusters are aggregated with the same distance metrics used between items. This approach reveals very effective in the co...
2006 Dec 01
3
"All resource specifications require names": wot?
Hi, everyone -- I downloaded puppet and have been playing with it. I''m using the RPM''s for RHE4 created by David (mentioned on the install page: http://people.redhat.com/dlutter/yum/rhel4/) with RHE''s ruby 1.8.1-7: ruby-1.8.1-7.EL4.8 ruby-libs-1.8.1-7.EL4.8 ruby-devel-1.8.1-7.EL4.8 I''m sure this is an easy one; all the same, I''m stumped. Please