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,671 of 196,338
Downloads: 13,975

Daily

Ranking: 51,088 of 196,320
Downloads: 0

Depended by

RankDownloadsName
36,65936,641rubyneat

Depends on

RankDownloadsName
13,687,515,579bundler
91,360,651,456json
291,013,199,560rspec
98495,507,544simplecov
153338,880,713rdoc
230232,958,209yard
414128,914,782guard-rspec
4,1292,682,635semver2
14,236165,055juwelier

Owners

#GravatarHandle
1iconalveric