Skip to content

nawedume/pokemon_tree_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon Phylogenetic Tree Visualizatin

About

A visualization of Pokemon genetic information. (http://vis.poketree.io)

This visualization is a Phylogenetic tree of Pokemon. It attempts to group Pokemon with similar "genetic traits" together, and allows a user to query for Pokemon data.

The tree was created by encoding the moves a Pokemon can learn into a binary vector and using that as its genetic sequence. Parent nodes between two Pokemon are created based off the similarity of their genetic codes. This is done using the unweighted pair group method with arithmetic mean (UPGMA).

Limitations:

  • Only the first two generations of Pokemon were used.

Screen shots

About

A visualization of Pokemon genetic information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published