datazhen
Results
1
issues of
datazhen
The first walk path of each nodes is unchanging after init in `Node2Vec.initTransitionProb` module. ``` scala graph = Graph(indexedNodes, indexedEdges) .mapVertices[NodeAttr] { case (vertexId, clickNode) => val (j, q) =...