Displaying 20 results from an estimated 32 matches for "membe".
Did you mean:
member
2011 Sep 18
2
troubles with a for loop
Dear all,
I am a stata user and I am moving my first steps in R.
I am dealing with a silly issue concerning looping over variables. I read
previous posts on similar topics in the R help archive, but I did not find a
solution.
Here is my case:
I run a simple bivariate linear regression saving the output in objects
called: pd.memb.0, pd.memb.1, pd.memb.2, pd.memb.3
pd.memb.0 <- lm(E.fs.memb ~
2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
What fun. I don't often stoke up the boiler and actually compile
open-source code, but here I am at the beginning of just such a joyous
and wondrous adventure.
I'm running the latest level of AIX (V5.3...V4.3 has been obsolete for
at least, what, 5 years) and using the IBM compiler (xlc is similarly
obsolete, from back when the compiler came with the O/S...oh, for the
halcyon days of
2007 Nov 07
2
Ajax.Request -post
...to use ''post'' to overcome
the limitation on URL length...
Have changed the parameters to suit to ''post'' request, but nothing
happens... need your help...
function getOptionalGroups(key){
ur = server+''/waoptionalgroups?openagent'';
var memb = memberOfParams();
var param = {key:escape(key),memberOf:escape(memb)};
new Ajax.Request(ur,
{method:''post'',
postBody: param,
encoding: ''UTF-8'',
contentType: ''text/html'',
onCreate:function() {alert("linking");},
onSuccess: functio...
2012 Sep 13
2
[LLVMdev] teaching FileCheck to handle variations in order
...l hold, but the changed order would cause a test failure.
I do understand your point about using such things as checks for non-determinism in the code generator, but I would argue that this should be best left to the judgement of the test case writer.
Pranav
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2011 Jan 21
4
clustering fuzzy
hello,
i'm pete ,how can i order rows of matrix by max to min value?
I have a matrix of membership degrees, with 82 (i) rows and K coloumns, K
are clusters.
I need first and second largest elements of the i-th row.
for example
1 0.66 0.04 0.01 0.30
2 0.02 0.89 0.09 0.00
3 0.06 0.92 0.01 0.01
4 0.07 0.71 0.21 0.01
5 0.10 0.85 0.04 0.01
6 0.91 0.04 0.02 0.02
7 0.00 0.01 0.98 0.00
8 0...
2011 Jan 31
0
silhouette fuzzy
After ordering the table of membership degrees , i must get the difference
between the first and second coloumns , between the first and second largest
membership degree of object i. This for K=2,K=3,....to K.max=6.
This difference is multiplyed by the Crisp silhouette index vector (si). Too
it dependending on K=2,...,K.max=6; the...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...acketizer for the R600 backend, and I was using the DFAPacketizer code
> that was reverted, so it would be nice if the DFAPacketizer changes
> weren't tied directly to the Hexagon code.
>
> -Tom
>
>> Sirish
>>
>> --
>> Qualcomm Innovation Center, Inc is a member of Code Aurora Forum
>>
>> diff --git a/include/llvm/CodeGen/DFAPacketizer.h b/include/llvm/CodeGen/DFAPacketizer.h
>> index ee1ed07..2d2db78 100644
>> --- a/include/llvm/CodeGen/DFAPacketizer.h
>> +++ b/include/llvm/CodeGen/DFAPacketizer.h
>> @@ -28,6 +28,7 @@...
2012 Sep 13
0
[LLVMdev] teaching FileCheck to handle variations in order
On Thu, Sep 13, 2012 at 2:44 PM, Pranav Bhandarkar
<pranavb at codeaurora.org>wrote:
> > Can you explain why you were unable to add a small unit test to the
> testsuite?
>
> This is the case I have.
>
> ******
> r3 = memb(r1+#1)
> r4 = memb(r1+ #0)
> ..
> ..
> {
> p0 = r3 /* Should almost never emit this. */
2010 Nov 01
1
Possible memory leak in loop.
I was trying to use memory.size() to determine whether a code loop I am
executing created a memory leak, since one replicate of the simulation
takes 670.98 seconds according to proc.time(), while 5 replicates takes
170762 seconds. So I set it up as:
memA <- memory.size()
looping code...
memB <- memory.size()
memA returns as 9.3, and memB returns 11.3. I'm not familiar with
2007 Sep 13
3
how to obtain the CPU time of my program
Dear R users and experts,
I am current running a program (a series of commands) in R. such as:
A <- as.matrix(read.table("C:/LP.txt"));
a=which(memb==q); b=a; B=as.matrix(A[a,b])
LS=sum(B)/2;
TL=sum(A)/2
i<-c(1:NN);
D=sum(A[a,i]);
how can i obtain the CPU time used for these commands ?
I have seen the system.time function but i am not sure how to use it. Could anyone help
2007 Feb 06
1
ocfs2-tools-1.2.2 compile.
Hi,
The ocfs2 package compiled perfectly, but tools did not.
The test setup is using opensuse10.1 - updates applied
For "ocfs2-tools-1.2.2":
In file included from include/ocfs2.h:60,
from alloc.c:32:
include/ocfs2_fs.h: In function ?ocfs2_fast_symlink_chars?:
include/ocfs2_fs.h:566: warning: implicit declaration of function ?offsetof?
include/ocfs2_fs.h:566: error: expected
2005 Jan 25
2
Plotting hclust with lot of objects
Hi!
I am newbee to R and I am facing the problem in plotting
the dedrogram with lot of objects. The lines and labels are overlapped very
badly, and writing the graphic to postscript and zooming there is not helping
either. I tried cut.dendrogram method, but getting the error that it doesn't
exist even though I get the man pages for it.
I would not find any solution in web as well, and I
2012 Sep 13
0
[LLVMdev] teaching FileCheck to handle variations in order
...either myself nor several other developers have ever
hit a situation where they were unable to test because of missing this.
> ****
>
> ** **
>
> Can this feature please be added to FileCheck ?****
>
> ** **
>
> Pranav****
>
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted
> by The Linux Foundation****
>
> ** **
>
> *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On
> Behalf Of *Sergei Larin
> *Sent:* Monday, September 10, 2012 1:16 PM
> *To:* 'Matthew Curtis'; 'Chandler...
2015 Jan 08
2
queue reload command
Hi
I'm using asterisk 1.8
Does anyone know how to use the queue reload command. The built in help
doesn't really help.
queue reload {parameters|membe Reload queues, members, queue rules, or
parameters
Regards
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Du...
2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
...Receive multicast socket
recv buffer size (262142 bytes).
Aug 18 13:12:28 nodo1 openais[8462]: [TOTEM] Transmit multicast socket
send buffer size (262142 bytes).
Aug 18 13:12:28 nodo1 openais[8462]: [TOTEM] entering GATHER state from 2.
Aug 18 13:12:31 nodo1 cluster-dlm: update_cluster: Processing membership
235508#012
Aug 18 13:12:31 nodo1 cluster-dlm: dlm_process_node: Skipped active node
1778493632 'nodo1': born-on=235504, last-seen=235508, this-event=235508,
last-event=235504#012
Aug 18 13:12:31 nodo1 cluster-dlm: dlm_process_node: Skipped inactive
node 1812048064 'nodo3': born...
2010 Sep 10
1
required ldap signed connection on domain controllers
Hello,
I use samba 3.0.33 rpm on Redhat EL 5.5 64x, as domain membe-ROM)r (from CD. When I try to join it to active directory domain (ADS), I have got the error "strong(er) authentication required".
On documentation it is written that "client ldap sasl wrapping = signed " option in smb.conf should correct my problem.
The problem is that, when I...
2012 Sep 13
2
[LLVMdev] teaching FileCheck to handle variations in order
...st a couple instances when I was unable to add small unit tests to the testsuite because of this deficiency in FileCheck. Also, I agree with Krzysztof about the lack of any real recurring overhead.
Can this feature please be added to FileCheck ?
Pranav
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sergei Larin
Sent: Monday, September 10, 2012 1:16 PM
To: 'Matthew Curtis'; 'Chandler Carruth'
Cc: llvmdev at cs.uiuc.edu
Subject: Re:...
2004 May 11
1
adding machine accounts on-the-fly - 3.0.4 and LDAP
...discussed about it earlier:
http://lists.samba.org/archive/samba/2003-September/073608.html
"Because you now have something much more powerful that
provides real NT Groups to your NT/200x/XP clients."
Well, where is the power, when I can't modify LDAP!?!?!
Giving to each IT staff member a password on "administrator" account is a
very bad option.
Basically "administrator" account is meant to be a account of power.
Restricting this isnt polite... but sharing the power to each membes is also
bad and could have very bad consequences.
What would be the solution?...
2013 Jun 18
3
How to add a client to a domain?
...it to be part of the domain a window pops up prompting for an account and
password "that can join the domain". I don't really know what to enter
here and I am unable to add the machine.
Quoting from the documentation:
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/domain-member.html#machine-trust-accounts
"When the user elects to make the client a domain member, Windows 200x
prompts for an account and password that has privileges to create machine
accounts in the domain."
"A Samba administrator account (i.e., a Samba account that has root
privileges on t...
2015 Jan 08
0
queue reload command
...ay, January 8, 2015 2:10 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] queue reload command
Hi
I'm using asterisk 1.8
Does anyone know how to use the queue reload command. The built in help
doesn't really help.
queue reload {parameters|membe Reload queues, members, queue rules, or
parameters
Regards
Ish
--
Ishfaq Malik
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: ish at pack-net.co.uk
w: http://www.pack-net.co.uk
Registered Address: PACKNET LIMITED, Duplex 2, Ducie Hou...