Categories: None [Edit]

k-tree

https://rubygems.org/gems/k-tree
https://github.com/flajann2/k-tree
This is a data structure to represent and manage k-trees, primarily created for use in RubyNEAT, but may see other possible applications. The goal here is to be roebust in the creation of your k-tree, to allow you to prune during creation, since, especially for higher-dimensional trees, the number of leaf node can become very large. So a parent will have children nodes created down to the desired resolution, and immediately after the creation of the children, will check to see if there's enough variance among the children to keep them. If not, they are pruned immediately.

Total

Ranking: 73,625 of 183,139
Downloads: 11,714

Daily

Ranking: 66,923 of 183,127
Downloads: 0

Depended by

RankDownloadsName
36,66830,254rubyneat

Depends on

RankDownloadsName
12,410,461,295bundler
18911,892,855json
25818,346,165rspec
99348,601,726simplecov
210168,249,756rdoc
223158,835,230yard
38994,098,183guard-rspec
4,4251,499,878semver2
17,52786,623juwelier

Owners

#GravatarHandle
1iconalveric