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,602 of 182,915
Downloads: 11,676

Daily

Ranking: 76,031 of 182,900
Downloads: 0

Depended by

RankDownloadsName
36,63630,162rubyneat

Depends on

RankDownloadsName
12,379,033,295bundler
18901,286,598json
25813,851,472rspec
99345,185,160simplecov
211165,867,545rdoc
224157,088,179yard
38993,148,142guard-rspec
4,4291,482,023semver2
17,51186,170juwelier

Owners

#GravatarHandle
1iconalveric