Mona

Mona

  • NA
  • 1
  • 2.3k

way to use rapidminer clustering model using C#

Jun 11 2013 3:41 AM
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?