🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Rapid miner extending to Visual basic

User: "pemguinkpl"
New Altair Community Member
Updated by Jocelyn
Hi,

May i know possible for rapid miner extension the process to visual basic loading the data?

Any comment???

Thank you!

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    I must admit that I don't really understand the question, but I'll try to provide an answer anyway.
    If you are asking whether you can use Visual Basic to prepare/fetch/load/etc some data and then save it somewhere and then have a RapidMiner process load it, sure, why not.
    But you could also use a Visual Basic script to execute a java program which does the required preparation and process execution.

    Regards,
    Marco
    User: "pemguinkpl"
    New Altair Community Member
    OP
    Hi,

    sorry that i give the unclear question, my mean is controlling rapid miner through VB, accessing rapid miner datasets through VB, and using rapid miner data to make reports. An example of a report that was automatically created with this method. Save as doc. or excel. 

    "If you are asking whether you can use Visual Basic to prepare/fetch/load/etc some data and then save it somewhere and then have a RapidMiner process load it, sure, why not."

    If rapid miner have the such way, may i know if there have any tutorial for me to refer it?

    Thank you.

    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    RapidMiner is written in Java, so if you want to do stuff with it via VisualBasic, your best bet probably is to create a java program that handles everything you need and save it, and then execute it via a VB script later. Or you can prepare data via VB, then save it in a format RapidMiner can read (for example .cvs or excel, etc.) and then execute a RapidMiner process via the aforementioned method.
    I don't know of any way to access Java objects via VB, however my last experience with VB is at least ten years old ;)

    Regards,
    Marco
    User: "pemguinkpl"
    New Altair Community Member
    OP
    :-[...i'm not good in java program, anyway, thanks for ur information 8)
    User: "Andrew2"
    New Altair Community Member
    Hello

    You could perhaps use a Groovy script and the Scriptom module.

    http://groovy.codehaus.org/COM+Scripting

    regards

    Andrew