Specifically, it starts from the starting node type, and continuously extracts triples from the link set until the path is saved when the target node type is reached. When the path is equal to the maximum path length limit, the path is directly discarded. <br><br>Repeating this breadth has priority traversal and can get a collection of meta-paths between all initial point pairs. <br>According to the order from the starting node to the target node, all meta-paths can be merged into a hierarchical graph. <br><br>For the short-length meta-path, we simply stretch its last node to match the length of the entire path set.
正在翻译中..