Skip to content

Add axis argument to hierarchical clustering #167

@menoua

Description

@menoua

Expected Behavior

naplib.visualization.hierarchical_cluster_plot should have an axis argument which would be one of ['x', 'y', 'xy'] that specifies which axis of the data matrix to perform hierarchical clustering on. If x, the dendrogram will be on the top of the data figure (the current default). If y, the dendrogram would be to the left of the data figure. If xy, there would be two dendrograms, one above and one to the left of data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions