Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyGIP 1.0.0 documentation
PyGIP 1.0.0 documentation

Getting Started

  • Installation
  • Quick Start
  • Benchmark

API Reference

  • Datasets
    • pygip.datasets.Cora
    • pygip.datasets.CiteSeer
    • pygip.datasets.PubMed
    • pygip.datasets.Computers
    • pygip.datasets.Photo
    • pygip.datasets.CoauthorCS
    • pygip.datasets.CoauthorPhysics
  • Attack
    • pygip.models.attack.base
    • pygip.models.attack.mea.MEA
    • pygip.models.attack.AdvMEA
    • pygip.models.attack.CEGA
    • pygip.models.attack.DataFreeMEA
    • pygip.models.attack.Realistic
  • Defense
    • pygip.models.defense.base
    • pygip.models.defense.RandomWM
    • pygip.models.defense.BackdoorWM
    • pygip.models.defense.SurviveWM
    • pygip.models.defense.ImperceptibleWM
    • pygip.models.defense.atom.ATOM
    • pygip.models.defense.Integrity
  • Utils
    • pygip.utils.hardware
    • pygip.utils.dglTopyg
    • pygip.utils.metrics

Additional Information

  • Implementation
  • How to Cite
  • Core Team
Back to top
View this page

pygip.datasets.Cora¶

class pygip.datasets.Cora(api_type='dgl', path='./data')[source]¶

Bases: Dataset

__init__(api_type='dgl', path='./data')[source]¶

Methods

__init__([api_type, path])

get_name()

load_dgl_data()

load_pyg_data()

load_dgl_data()[source]¶
load_pyg_data()[source]¶
Next
pygip.datasets.CiteSeer
Previous
Datasets
Copyright © 2025, RAILab
Made with Sphinx and @pradyunsg's Furo
On this page
  • pygip.datasets.Cora
    • Cora
      • Cora.__init__()
      • Cora.load_dgl_data()
      • Cora.load_pyg_data()