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: 74,088 of 186,833
Downloads: 12,278

Daily

Ranking: 50,576 of 186,696
Downloads: 9

Depended by

RankDownloadsName
36,90432,011rubyneat

Depends on

RankDownloadsName
12,901,817,099bundler
131,095,453,969json
27908,597,480rspec
99412,963,376simplecov
190230,933,272rdoc
223191,496,548yard
382114,549,419guard-rspec
4,2851,936,810semver2
14,176138,295juwelier

Owners

#GravatarHandle
1iconalveric