RubyGems Navigation menu

k-tree 0.0.2

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.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 0.0.8 - January 22, 2018 (11 KB)
  2. 0.0.7 - December 27, 2016 (11 KB)
  3. 0.0.6 - December 26, 2016 (11 KB)
  4. 0.0.3 - June 21, 2015 (10,5 KB)
  5. 0.0.2 - September 15, 2014 (10,5 KB)

dependencias de Development (8):

bundler ~> 1
jeweler ~> 2
rdoc ~> 3
rspec ~> 2
semver ~> 1
simplecov ~> 0
yard ~> 0

Propietarios:

Autores:

  • Fred Mitchell

SHA 256 checksum:

34f37489ae47db2fd53de49871774cfa274ea9542203035fd7bb3e179df715fc

Total de descargas 11.173

Para esta versión 2.458

Licencia:

MIT

Versión de Ruby requerida: >= 2.0

Enlace: