Skip to content

Normalize embedders names #158

@sgrava

Description

@sgrava

Currently, we have:

  • BaseEmbedder
  • EmbeddingConfig
  • GraphToGraphEmbedder
  • MatrixToGraphEmbedder
  • InteractionEmbeddingConfig
  • InteractionEmbedder
  • SpringLayoutConfig
  • SpringLayoutEmbedder

To normalize the namespace, we could always replace Embedding with Embedder, so to have

  • BaseEmbedder
  • EmbedderConfig
  • GraphToGraphEmbedder
  • MatrixToGraphEmbedder
  • InteractionEmbedderConfig
  • InteractionEmbedder
  • SpringLayoutEmbedderConfig
  • SpringLayoutEmbedder

Actions

  • Decide if it is worth to normalize the names

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions