About the meaning of labels
lower01 opened this issue · 2 comments
lower01 commented
Can the labels in the data only represent the degree of the node? Or can it represent a numerical representation of arbitrary features? For example, I use 0 to represent a plane and 1 to represent a curved surface. If a certain graph data has 4 surfaces, including two planes and two curved surfaces, then it can be written as labels_1:["0","0","1","1" ]?
zcyyyy24 commented
同学你好!请问你解决上面的问题了吗?我想知道该怎么用simgnn来计算两张图的相似度,楼主的代码里好像只是测试了误差,我没有找到哪里可以直接输出相似度。
judeomg commented
同学你好!请问你解决上面的问题了吗?我想知道该怎么用simgnn来计算两张图的相似度,楼主的代码里好像只是测试了误差,我没有找到哪里可以直接输出相似度。
同学你好!请问你的问题解决了嘛?我也想知道该怎么用simgnn来计算两张图的相似度,我考虑使用CPG