├── Dataset.py ├── GCN_Kfold.py ├── GCN_Loso.py ├── LICENSE ├── Model.py ├── README.md └── Utils.py /Dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/Dataset.py -------------------------------------------------------------------------------- /GCN_Kfold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/GCN_Kfold.py -------------------------------------------------------------------------------- /GCN_Loso.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/GCN_Loso.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/LICENSE -------------------------------------------------------------------------------- /Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/Model.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/README.md -------------------------------------------------------------------------------- /Utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QKmeans0902/GCN_MDD_Classification/HEAD/Utils.py --------------------------------------------------------------------------------