search for: component1

Displaying 5 results from an estimated 5 matches for "component1".

Did you mean: components
2002 Jan 18
2
Replacing data.frame values
...umns, the first column is the names of some material, and the second column is the concentration of active ingredient. > NameAndConc.df name conc 1 material1 0.8 2 material2 0.5 3 material3 0.4 WhichOnes.df has two columns, each of which specifies which material. > WhichOnes.df component1 component2 1 material2 material3 2 NA material1 3 material3 material2 4 material2 NA >From these two data.frames, I'd like to generate a third data frame that is WhichOnes.df with the names replaced by the corresponding concentrations from NameAndConc.df. So it would...
2013 Mar 15
3
advice on module organization
...#39;foo2.example.com'' { include module::component("systemType" => "foobar2") include module::component3("systemType" => "foobar2") } or, maybe even better node ''foo.example.com'' { include module(components => [component1,component2], "systemType" => "foobar") } node ''foo2.example.com'' { include module(components => [component1,component3], "systemType" => "foobar2") } In the above illustration, the value of componentType can determine which...
2005 Oct 21
1
finite mixture model (2-component gaussian): plotting component gaussian components?
Dear Knowledgeable R Community Members, Please excuse my ignorance, I apologize in advance if this is an easy question, but I am a bit stumped and could use a little guidance. I have a finite mixture modeling problem -- for example, a 2-component gaussian mixture -- where the components have a large overlap, and I am trying to use the "mclust" package to solve this problem. I need
2010 Aug 01
1
[LLVMdev] Creating and building LLVM projects with Eclipse CDT on Windows?
I just downloaded LLVM a couple days ago -- I got everything built and installed quite easily using CMake to generate build files for Eclipse CDT + MinGW. That much worked like a charm -- but I've spent most of the intervening time trying to get a simple project set up. :-P My goal is to create a project consisting of two main parts: - A backend for WDC 65816 - A frontend including a
2016 Jan 19
5
Building SVN head with CMake - shared libraries?
On 01/17/2016 02:53 PM, Dan Liew wrote: > @Brad: CC'ing you because I know you use > ``llvm_map_components_to_libnames()`` so you will likely have > something to say about it breaking. I'm using it in CastXML but that could easily be adapted to something different if needed. The larger concern is that that API is the documented way to use LLVM in an application with CMake so