graphsinspace / graspe

Graphs in Space: Graph Embeddings for Machine Learning on Complex Data
GNU General Public License v3.0
7 stars 0 forks source link

Embedding Factory #10

Closed nmilosev closed 3 years ago

nmilosev commented 3 years ago

Need factory class with a method which instantiates all the embeddings for a specific graph and dimensionality.

f = Factory(graph, dimension)
f.get_method(i) -> embedding
nmilosev commented 3 years ago

This one is finished, closing