shenweichen / GraphEmbedding

Implementation and experiments of graph embedding algorithms.
MIT License
3.64k stars 990 forks source link

关于top_k_list #8

Closed Volcano-plus closed 5 years ago

Volcano-plus commented 5 years ago

请教: classify.py 中 定义top_k_list = [len(l) for l in Y] top_k_list的元素就是测试集Y中每个对应元素的长度? top_k_list是什么作用呢?