Skip to content

Tractables/ChowLiuTrees.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChowLiuTrees.jl

Unit Tests codecov

This package provides an efficient implementation for learning Chow-Liu Trees from binary and categorical data.

As such, this package also provides functions to estimate a mutual information matrix from data, both on CPU and on GPU, and functions to compute (top-k) spanning trees.

Example

See the example directory and unit tests for example usage.