search for: element1

Displaying 8 results from an estimated 8 matches for "element1".

Did you mean: elements
2010 Jun 10
3
Finding distance matrix for categorical data
All, How can we find a distance matrix for categorical data ie. given a csv below var1 var2 var3 var4 element1-1 yes x a k element1-2 no y b l element1-3 maybe y c m how can i compute the distance matrix between all the elements Actually i need it to create clusters on top of it Thanks & Regards Kapil [[alternat...
2009 Aug 23
3
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...tructure. This is possible on ELF targets[2], and the attached proof- of-concept patch to AsmWriter makes it work (although in a hackish way that I am NOT suggesting be committed as-is). With this patch, the you can compile this: %0 = type { i32, i32 } @structure = global %0 { i32 0, i32 1 } @element1 = alias getelementptr( %0* @structure, i32 0, i32 1) To this: .subsections_via_symbols .section __DATA,__data .align 3 _structure: ## @structure .space 4 .long 1 ## 0x1...
2009 Aug 25
0
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...gets[2], and the attached > proof-of-concept patch to AsmWriter makes it work (although in a > hackish way that I am NOT suggesting be committed as-is). > > With this patch, the you can compile this: > > %0 = type { i32, i32 } > @structure = global %0 { i32 0, i32 1 } > @element1 = alias getelementptr( %0* @structure, i32 0, i32 1) > > To this: > > .subsections_via_symbols > .section __DATA,__data > .align 3 > _structure: ## > @structure > .space 4 > .long 1...
2009 Aug 25
1
[LLVMdev] RFC: Supporting ELF symbol aliases via GlobalAlias GEPs
...t;> proof-of-concept patch to AsmWriter makes it work (although in a hackish way >> that I am NOT suggesting be committed as-is). >> >> With this patch, the you can compile this: >> >> %0 = type { i32, i32 } >> @structure = global %0 { i32 0, i32 1 } >> @element1 = alias getelementptr( %0* @structure, i32 0, i32 1) >> >> To this: >> >>   .subsections_via_symbols >>   .section    __DATA,__data >>   .align  3 >> _structure:                                                 ## @structure >>   .space  4 >>   ....
2006 Jul 28
2
passing a variable from controller to model
Hi, How do I pass a variable from my action into a model before saving the model. I''d like the model instance to have access to this variable to do some work before saving the model instance but the variable is not part of the model itself. Thanks, Sam -- Posted via http://www.ruby-forum.com/.
2016 Dec 28
0
why clang compile local to global
> On Dec 27, 2016, at 11:09 PM, liuyu11 at ict.ac.cn via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello,everyone: > I want to known how to let clang compile my local array to local variables: > I have the code : > int main() > { > int a[3]={1,2,3}; > > int b=7; > int c=8; > int d=9; > int e=10; > int f=11; >
2011 May 22
6
How to capture correctly a specific exception
I a using delayed_job, and I am raising an exception this way : config/initializers/custom_exceptions.rb class RemoteLockerException < StandardError; end class RemoteLockerDenied < StandardError; end lib/instruction_request_job.rb class InstructionRequestJob < Struct.new(:style, :request_id) def perform .... > connector =
2006 Jun 27
19
Event.observe
I''m not sure if I''m understanding this correctly. <SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT"> Event.observe(''mes_appearance_s0'', ''onchange'', function(e){ alert(''changed me!'') }); Event.observe(''headinjury'', ''click'', function(e){