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: 72,925 of 189,933
Downloads: 13,397

Daily

Ranking: 70,825 of 189,920
Downloads: 4

Depended by

RankDownloadsName
36,08535,145rubyneat

Depends on

RankDownloadsName
13,219,693,676bundler
121,210,002,059json
29954,622,386rspec
99447,522,902simplecov
171278,590,807rdoc
227208,485,130yard
393121,183,940guard-rspec
4,1982,284,170semver2
14,126150,894juwelier

Owners

#GravatarHandle
1iconalveric