andeek / protoshiny

Shiny app to interactively visualize hierarchical clustering with prototypes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search for label

jacobbien opened this issue · comments

User types in label and presses "Search". It expands tree showing the path from root to the first occurrence of this label. Here "first occurrence" means that it finds the node closest to the root that has that label. Sometimes this node will be a leaf, in which case we can see all the ancestor prototypes of this node. Otherwise, it will be showing the largest cluster that has this label as prototype.

I've added to the protoclust package the function find_elements (see commit jacobbien/protoclust@834a042). For most up-to-date version of protoclust, use: devtools::install_github("jacobbien/protoclust")

Closed by fc7fbf3