├── README.md └── code └── co-gcn ├── .gitignore ├── LICENSE ├── README.md ├── model.py ├── run.py ├── try.py └── util.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/README.md -------------------------------------------------------------------------------- /code/co-gcn/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/.gitignore -------------------------------------------------------------------------------- /code/co-gcn/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/LICENSE -------------------------------------------------------------------------------- /code/co-gcn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/README.md -------------------------------------------------------------------------------- /code/co-gcn/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/model.py -------------------------------------------------------------------------------- /code/co-gcn/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/run.py -------------------------------------------------------------------------------- /code/co-gcn/try.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/try.py -------------------------------------------------------------------------------- /code/co-gcn/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanxinhang/Awesome-Semi-supervised-Multi-view-classification/HEAD/code/co-gcn/util.py --------------------------------------------------------------------------------