search for: clusterdata

Displaying 6 results from an estimated 6 matches for "clusterdata".

Did you mean: cluster_data
2011 May 17
1
R crashes if "toFile" given "~/" in Linux envirnonment
...that file name expansion using the ubuquitious "~/" was not recognized, in fact it caused R to crash. Is this expected behavior? See my output below and sessionInfo(). Also, not shown, but 'setwd("~/Desktop")' works just fine. Thanks, Mark # sample code from Rgraphviz clusterData help page library(graph) library(Rgraphviz) g1_gz <- gzfile(system.file("GXL/graphExample-01.gxl.gz",package="graph"), open="rb") g11_gz <- gzfile(system.file("GXL/graphExample-11.gxl.gz",package="graph"), open="rb") g1 <- fromGXL...
2011 May 02
1
s3 winbind loosing kerbers ticket
...on = Yes [apps] comment = Application Data path = /data/programs force user = root force group = Domain Admins read only = No inherit acls = Yes vfs objects = recycle recycle: config-files = /etc/samba/samba-recycle.conf [share] comment = Share Data path = /clusterdata/share force user = root force group = Domain Admins read only = No inherit acls = Yes vfs objects = recycle recycle: config-files = /etc/samba/samba-recycle.conf [home] comment = Home Directories path = /clusterdata/home read only = No [printers] comment =...
2014 Apr 25
2
Samba 4.1.7 clustering not using private dir
...a-common-4.1.7-7.el6.x86_64 sernet-samba-winbind-4.1.7-7.el6.x86_64 [global] workgroup = TAYLORTELEPHONE realm = TAYLORTELEPHONE.COM netbios name = SHR01 server string = Cluster Share interfaces = eth0, lo security = ADS private dir = /clusterdata/private log file = /var/log/samba/log.samba server min protocol = NT1 client signing = if_required server signing = if_required clustering = Yes printcap name = /etc/printcap wins server = 192.168.173.13, 192.168.173.14 templat...
2009 Nov 25
0
predict(): NoSuchMethodError
...g on a code which clusters attributes from a data set, then uses a linear regression model to predict NA values in the data set. The code works for almost all cases, but then errors out on a case that seems like it should work the same. This is the line of code that is giving me the problem: NewClusterData[j,att] <- predict(cl,newdata = ClusterData[j,],type="class") Here is the code for the arguments: algName <- "LinearRegression" Formula <- as.formula(paste(as.name(att), " ~ ", paste(otherAtts, collapse= "+"))) myAlg <- get(algName) cl <- myA...
2013 Oct 01
0
ID mapping not the same between servers - smb and nfs
...x /etc/fstab shr01:/home /home nfs rw,sync,hard,intr 0 0 CTDB file cluster [global] workgroup = TAYLORTELEPHONE realm = TAYLORTELEPHONE.COM netbios name = SHR01 server string = Cluster Share interfaces = eth0, eth1, lo security = ADS private dir = /clusterdata/ctdb log file = /var/log/samba/log.%m server signing = auto lpq cache time = 20 clustering = Yes printcap name = /etc/printcap wins support = Yes template homedir = /home/%U template shell = /bin/bash winbind enum users = Yes winbind enum groups = Y...
2013 Sep 26
1
Samba 3.6.15 Not honouring create mode
...for the create mode on files. This seems to not be working in3.6.15. Here is my config [global] workgroup = TAYLORTELEPHONE realm = TAYLORTELEPHONE.COM netbios name = SHR01 server string = Cluster Share interfaces = eth0, eth1, lo security = ADS private dir = /clusterdata/ctdb log file = /var/log/samba/log.%m server signing = auto lpq cache time = 20 clustering = Yes printcap name = /etc/printcap wins server = 192.168.173.16 template homedir = /home/%U template shell = /bin/bash winbind enum users = Yes winbind enum...