> The pseudo code for YATSI algorithm (in the below reference) is indicating the input but it does not indicate the output. Therefore, I would highly appreciate it if you can help by clearly advising on what the output statement needs to be placed in the YATSI pseudo code.
Not quite sure what output you are referring to that is missing in the
pseudo code. All it does is predicting labels, just like any other
classifier that works with nominal classes. It merely tries to
leverage the (larger) unlabeled dataset to improve the model.
From the pseudo code:
Step 1: “pre-label” all the examples
Step 2: Predict the class
That original code/paper was written 16 years ago...
Not sure whether the last release still works in current Weka versions:
https://github.com/fracpete/collective-classification-weka-package
Cheers, Peter
--
Peter Reutemann
Dept. of Computer Science
University of Waikato, NZ
+64 (7) 858-5174 (office)
+64 (7) 577-5304 (home office)
https://www.cs.waikato.ac.nz/~fracpete/
http://www.data-mining.co.nz/