MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / savector

Method savector

easygraph/functions/graph_embedding/sdne.py:260–263  ·  view source on GitHub ↗
(self, adj)

Source from the content-addressed store, hash-verified

258 return outVec
259
260 def savector(self, adj):
261 t0 = self.encode0(adj)
262 t0 = self.encode1(t0)
263 return t0
264
265
266# if __name__ == '__main__':

Callers 1

trainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected