Call a process
mskh
New Altair Community Member
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
Tagged:
0
Answers
-
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:Hope this helps,Ingo1