hliuci
hliuci
@wassimj Thanks for reply! I have used the codes to generate the graph. But it seems to miss information. ``` from topologicpy.Topology import Topology from topologicpy.Cluster import Cluster from topologicpy.Graph...
Thanks for your advice. I will further read the documentation. Actually I don't have a particular graph form in mind now, just wonder what the graph representation of geometric and...
> Is the `attribute` a categorical feature, i.e., has only a fixed set of possible values? If yes, you could convert them to individual relations, e.g., > > { >...
> Your dataset appears quite sparse – with only about three examples per relationship type, it's unlikely that you'll be able to learn good representations. Given that your relation labels...