Call a process
Hi,
I used DBSCAN to cluster my dataset. Then, I labeled the outlier cluster as false and other as true and used them in k_nn algorithm. I want to use the result of k_nn algorithm in another process. Is there a way to call the result of k_nn algorithm?
Thanks
Find more posts tagged with
Sort by:
1 - 1 of
11

IngoRM
New Altair Community Member
Hi @mina_s_kh,
Yes, that is possible. I would recommend to save the output model of k-NN with the operator "Store" so that you can use the operator "Retrieve" in another process to load it again. The model is then used on new data with the operator "Apply Model". You can learn more about this process in those videos here:
https://academy.rapidminer.com/learn/video/deployment-demo
https://academy.rapidminer.com/learn/video/scoring-demo
Hope this helps,
Ingo