openhgnn.models.HeGAN

class HeGAN(emb_size, hg)[source]

HeGAN was introduced in Adversarial Learning on Heterogeneous Information Networks

It included a Discriminator and a Generator. For more details please read docs of both.

Parameters:
  • emb_size (int) – embedding size

  • hg (dgl.heteroGraph) – hetorogeneous graph