transductive learning
- Contrasted with inductive learning, which is what we usually think of as supervised learning
- Associated with semi supervised learning
- Here's an example. You have a bunch of data, some of it labeled. How should you label the unlabeled data? Maybe you could do some unsupervised clustering of the unlabeled points, and then use the labels you do have to do a labeling of the clusters.