-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Dear developers,
I was looking for a Semi-Supervised ML method in R and found your excellent package. I tried your example code adapting it to my input data, and after some reformating it works apparently well. The problem I have is related to how to access prediction results for each of the rows in my input table.
I may sound naive, but I can't find the code to access the classification assigned for each of the "unlabeled" rows in my table, by any of the methods carried out in your vignette's example code.
I can access the sumary of how many samples have been assigned to each class, but I'd like to know how to access to each row's individual class/label prediction (in dataframe format, for instance).
I hope I was able to explain myself clearly enough for everybody to understand this request.
Thanks in advance and congrats for your nice work.