Pages: [1]
  Print  
Author Topic: how to use rapidminer's DatabaseDataReader in java 1.6  (Read 506 times)
njjzb2006
Newbie
*
Posts: 2


« on: March 25, 2012, 02:15:18 PM »

how to use rapidminer's databaseReader(like db access) in java 1.6
SDK VERSION:RapidMiner 5.2

can anyone give me some demos Smiley
I need a demo like this:read from Microsoft Access,use a train method,then predit
------------------------------------------------------------------
Operator trainInPutOpr = null;
      try {
         trainInPutOpr = OperatorService.createOperator(DatabaseDataReader.class);
         
      } catch (OperatorCreationException e1) {
         // TODO Auto-generated catch block
         e1.printStackTrace();
      }
      trainInPutOpr.setParameter(DatabaseHandler.PARAMETER_CONNECTION, "jdbc:odbc:tcm");//?HuhHuhHuhHuhHuh
------------------------------------------------------------------
Thanks!
JZB
« Last Edit: March 25, 2012, 03:06:52 PM by njjzb2006 » Logged
Marco Boeck
Administrator
Sr. Member
*****
Posts: 457


WWW
« Reply #1 on: March 27, 2012, 12:51:11 PM »

Hi,

why don't you use the recommended way (execute RapidMiner processes instead of building one yourself)? There are more than enough examples in this forum for you to find.
Creating the whole proecss yourself is error-prone and tedious, whereas executing a previously created RapidMiner process is easy and pretty straight-forward Wink

Regards,
Marco
Logged

Did you try our new Marketplace? Upload or download new Extensions, add comments, and organize your operators. Have a look at  http://marketplace.rapid-i.com
njjzb2006
Newbie
*
Posts: 2


« Reply #2 on: March 29, 2012, 04:37:02 PM »

Hi,

why don't you use the recommended way (execute RapidMiner processes instead of building one yourself)? There are more than enough examples in this forum for you to find.
Creating the whole proecss yourself is error-prone and tedious, whereas executing a previously created RapidMiner process is easy and pretty straight-forward Wink

Regards,
Marco
thanks for your reply!I am now coding as your recommention.Could you give more vedios or design docs about rapidminer.You know,we can't broswe youtube easily in china.When can rapidminer have an edition of Chinese,and what can I do for it.Thank u very muck.My english is so poor. Tongue
Logged
Marco Boeck
Administrator
Sr. Member
*****
Posts: 457


WWW
« Reply #3 on: March 30, 2012, 10:29:35 AM »

Hi,

you might want to check out these pages:

Videos: http://rapid-i.com/content/view/189/212/lang,en/#quick_tour
Manuals: http://rapid-i.com/content/view/36/210/lang,en/

Regarding the chinese translation: I do now know when and if there will be one available, however you could contact "contact [at) rapid-i.com" and try to arrange something Wink

Regards,
Marco
Logged

Did you try our new Marketplace? Upload or download new Extensions, add comments, and organize your operators. Have a look at  http://marketplace.rapid-i.com
Pages: [1]
  Print  
 
Jump to: