search for: xmi

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

Did you mean: vmi
2011 Dec 23
2
missing value where TRUE/FALSE needed
Merry Xmas to all, I am writing a function and curiously this runs sometimes on one data set and fails on another and i cannot figure out why. Any help much appreciated. If i run the code below with data <- iris[ ,1:4] The code runs fine, but if i run on a large dataset i get the following error (showing data structures as matrix is large) > str(cluster.data) num [1:9985, 1:811] 0 0 0 0
2011 Dec 05
0
Rggobi pdf output
Good day everyone. I have a question concerning *ggobi* and *rggobi*package. I am using R version 2.13.2 and Ubuntu 11.04. I am new to ggobi and I'm reading the book *Interactive and Dynamic Graphics for Data Analysis *. The book was published 2007. My question is: how can I export a graph for *rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to
2011 Dec 05
1
[rggobi] ggplot like pdf output
Good day everyone. I have a question concerning *ggobi* and *rggobi*package. I am using R version 2.13.2 and Ubuntu 11.04. I am new to ggobi and I'm reading the book *Interactive and Dynamic Graphics for Data Analysis *. The book was published 2007. My question is: how can I export a graph for *rggobi* to pdf to include it in latex. For example: I have lots of variables in ggobi and I need to
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
...dual Liberty Mutual Award for critical project contribution. Skills___________________________________________________________ Distributed Multi-tier Architectures; CORBA/COM/DCOM; C++;C#,JAVA; Rule-Based Expert Systems, AI, Aion 8, ILOG, JRules, PROLOG, Servlets, EJB, JNDS/RMI, JMS/JTS, XML/XMI, WebLogic, JMS, UML, OOD Certifications___________________________________________________ EJB/J2EE Certification by Brainbench, Oct. 2001, Cert. ID3289262 SUN Java 2 Platform Certification, Dec. 2000, Cert. FA4DTT19C2 Training_________________________________________________________ Developi...
2006 Aug 14
5
UML
In Rolling with Ruby on Rails tutorial - http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - I saw that to introduce a new element to my domain, I needed to define it in a table, generate a model element with a similar name and the class would autoamtically take the attributes from the table definition. Is it possible to do this in the other direction... i.e to take the class diagram