radiate_matrix_tree

Crates.ioradiate_matrix_tree
lib.rsradiate_matrix_tree
version1.0.1
sourcesrc
created_at2020-02-27 00:37:25.431147
updated_at2020-07-12 21:16:10.809409
descriptionMatrix Tree model compatable with Radiate's evolutionary engine
homepage
repositoryhttps://github.com/pkalivas/radiate
max_upload_size
id212878
size55,372
pkalivas (pkalivas)

documentation

README

Radiate Matrix Tree

This is a pre-built model which is compatable with Radiate, a parallel evoltuionary engine.

Evtree

Is a twist on decision trees where instead of using a certain split criteria like the gini index, each node in the tree has a collection of matrices and uses these matrices to decide which subtree to explore. It is a binary tree and is only good for classification right now.

Commit count: 411

cargo fmt