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,222 of 187,591
Downloads: 12,923

Daily

Ranking: 86,396 of 187,571
Downloads: 7

Depended by

RankDownloadsName
36,36933,591rubyneat

Depends on

RankDownloadsName
13,011,203,451bundler
131,136,237,797json
28925,037,502rspec
98425,235,126simplecov
182248,248,053rdoc
224197,185,272yard
387117,029,524guard-rspec
4,2612,041,176semver2
14,097144,272juwelier

Owners

#GravatarHandle
1iconalveric