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: - of 0
Downloads: -

Daily

Ranking: - of 0
Downloads: -

Depended by

RankDownloadsName
36,43836,161rubyneat

Depends on

RankDownloadsName
13,524,455,789bundler
101,310,757,635json
29993,218,487rspec
97478,892,970simplecov
162317,588,811rdoc
227225,389,305yard
408126,430,910guard-rspec
4,1352,532,657semver2
14,220160,931juwelier

Owners

#GravatarHandle
1iconalveric