Skip to content

Embedding size with embedding.deepgl #18

@akastrin

Description

@akastrin

Hi,

I try to figure out how to properly set the number of desired features with embedding.deepgl algorithms. Currently, my setup goes as follows:

CALL
embedding.deepgl(
    null,
    null,
    {
         pruningLambda: 0.6,
         diffusions: 3,
         iterations: 3,
         embeddingSize: 128
    }
)

I explicitely set embedding size to 128, however the resulting size is 158. Could somebody please explain why?

Thanks, Andrej

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