kimiyoung / planetoid

Semi-supervised learning with graph embeddings
MIT License
869 stars 296 forks source link

How are the index of x , tx matched with the index of graph for transductive case? #3

Closed DanqingZ closed 7 years ago

kimiyoung commented 7 years ago

Copied from README:

Let L be the number of training instances. The indices in graph from 0 to L - 1 must correspond to the training instances, with the same order as in x.

The indices of test instances in graph for the transductive setting are from #x to #x + #tx - 1, with the same order as in tx.