https://github.com/shudan/PCTADW
https://github.com/shudan/PCTADW
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shudan/PCTADW
- Owner: shudan
- Created: 2018-09-12T23:50:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T06:21:58.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T19:41:44.662Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 9.77 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- awesome-network-embedding - [Python
README
======
PCTADW
======
Embeddings of directed network with text-associated nodes.
Installation
---------
python setup.py install
How to use
---------
**Example**
"$pctadw --input_text example.text --input_edges example.edges --model_name PCTADW-2 --output output.embedding "
**--input_text**: *input_text_filename*
The text in nth line is the text associated with node n.
**--input__edges**: *input_edges_filename*
Each line is a directed edge pair, e.g.::
0 1
1 2
3 4
...
**--model_name**: *model_name*
1. PCTADW-1
2. PCTADW-2
**--output**: *output_filename*
The nth line is the representation vector for node n.
**Full Command List**
The full list of command line options can be checked with "$pctadw -h"