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,670 of 180,488
Downloads: 11,161

Daily

Ranking: 38,970 of 180,477
Downloads: 0

Depended by

RankDownloadsName
36,32929,010rubyneat

Depends on

RankDownloadsName
12,080,748,809bundler
17812,117,610json
23768,688,728rspec
102312,210,530simplecov
214146,816,794rdoc
222142,254,943yard
38883,080,101guard-rspec
4,5801,231,543semver2
17,27582,819juwelier

Owners

#GravatarHandle
1iconalveric