| Crates.io | radiate_matrix_tree |
| lib.rs | radiate_matrix_tree |
| version | 1.0.1 |
| created_at | 2020-02-27 00:37:25.431147+00 |
| updated_at | 2020-07-12 21:16:10.809409+00 |
| description | Matrix Tree model compatable with Radiate's evolutionary engine |
| homepage | |
| repository | https://github.com/pkalivas/radiate |
| max_upload_size | |
| id | 212878 |
| size | 55,372 |
This is a pre-built model which is compatable with Radiate, a parallel evoltuionary engine.
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.