Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
how to use rapidminer's DatabaseDataReader in java 1.6
how to use rapidminer's databaseReader(like db access) in java 1.6
SDK VERSION:RapidMiner 5.2
can anyone give me some demos
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");//????????????????
------------------------------------------------------------------
Thanks!
JZB
SDK VERSION:RapidMiner 5.2
can anyone give me some demos
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");//????????????????
------------------------------------------------------------------
Thanks!
JZB
0
Answers
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
Regards,
Marco
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
Regards,
Marco