🎉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

way to use rapidminer clustering model using C#

User: "Mona"
New Altair Community Member
Updated by Jocelyn
I have a process in rapidminer that applied k mean clustering on my provided excel sheet records. Now I want that when I add some new record from c# desktop application, it uses that trained model to generate its appropriate cluster id.
In short I want to use the trained model of rapid miner for new instances from C# desktop application.
Please suggest me some solution?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Hi Mona,

    you can use RapidAnalytics (the RapidMiner server version) to make processes available as webservices, which you can query from your desktop application. The community edition of RapidAnalytics is available on our website. -Please note that the community edition of RapidAnalytics is, as well as RapidMiner, released under the AGPL, which means that also your c# application must be released under the same license, unless you buy an enterprise version.

    Best regards,
    Marius