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,705 of 186,954
Downloads: 12,536

Daily

Ranking: 63,166 of 186,947
Downloads: 4

Depended by

RankDownloadsName
36,75532,558rubyneat

Depends on

RankDownloadsName
12,937,224,863bundler
131,108,849,230json
27914,083,740rspec
99417,277,843simplecov
188236,603,348rdoc
224193,389,018yard
385115,414,427guard-rspec
4,2941,966,360semver2
14,173140,107juwelier

Owners

#GravatarHandle
1iconalveric