search for: cluster_id

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

Did you mean: cluster_ip
2007 Apr 06
0
translating sas proc mixed to lme()
Hi All I am trying to translate a proc mixed into a lme() syntax. It seems that I was able to do it for part of the model, but a few things are still different. It is a 2-level bivariate model (some call it a pseudo-3-level model). PROC MIXED DATA=psdata.bivar COVTEST METHOD = ml; CLASS cluster_ID individual_id variable_id ; MODEL y = Dp Dq / SOLUTION NOINT; RANDOM Dp Dq / SUBJECT = cluster_ID TYPE=UN G GCORR; REPEATED variable_id / SUBJECT = individual_ID(cluster_ID) TYPE=UN R RCORR; RUN; Here is my try: dta = sqlQuery(odbcConnect("sasodbc", believeNRows=FALSE), "select * f...
2020 Apr 07
0
when virEventAddTimeout trigger timeout ,should in the callback call virConnectDomainEventDeregisterAny ?
hi, all I do a hotplug detach a network in a thread, because virDomainDetachDeviceFlags maybe asynchronous, so I do like follow: cb_para->cluster_id = info->cluster_id; cb_para->group_id = info->group_id; cb_para->vsys_id = info->vsysid; cb_para->vnf_id = info->vnf_id; cb_para->conn = conn; cb_para->time_out = 20*1000;//20s cb_para->call_id = virConnectDomainEventRegisterAny(conn, dom, VIR_D...
2010 Jul 21
1
Get distribution of positive/negative examples for each cluster
...2 0 d5 2 1 d6 2 1 d7 3 1 d8 3 1 d9 3 1 Now I want to get the following output, telling me how many data are labeled as 0 and 1 in each cluster cluster_id 0-data 1-data 1 2 1 2 1 2 3 0 3 The output does not have to be a matrix, it could be a summary of the statistics. How should I approach this problem? What R functions should I use to get such information? Thanks...
2009 Aug 03
1
CTDB+GFS2+CMAN. clean_start="0" or clean_start="1"?
...lt;?xml version="1.0"?> <cluster name="smb-cluster" config_version="8"> <fence_daemon clean_start="0" post_fail_delay="0" post_join_delay="3"/> <cman expected_votes="1" two_node="1"/> <cman cluster_id="101"/> <clusternodes> <clusternode name="smb01" votes="1" nodeid="1"> <fence> <!-- Handle fencing manually --> <method name="human"> <device name="human" nodename=&...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...LDAP interface. * BUG 9461: FSMO seize of naming role fails: NT_STATUS_IO_TIMEOUT. * BUG 9564: Fix compilation of Solaris ACL module. * BUG 9581: gensec: Allow login without a PAC by default. * BUG 9596: Linked attribute handling should be by GUID. * BUG 9598: Use pid,task_id as cluster_id in process_single just like process_prefork. * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we delete a transaction. * BUG 9609: Add 'ldbdump' tool. * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. * BUG...
2013 Feb 05
1
[Announce] Samba 4.0.3 Available for Download
...LDAP interface. * BUG 9461: FSMO seize of naming role fails: NT_STATUS_IO_TIMEOUT. * BUG 9564: Fix compilation of Solaris ACL module. * BUG 9581: gensec: Allow login without a PAC by default. * BUG 9596: Linked attribute handling should be by GUID. * BUG 9598: Use pid,task_id as cluster_id in process_single just like process_prefork. * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we delete a transaction. * BUG 9609: Add 'ldbdump' tool. * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.h. * BUG...