Tractables / ChowLiuTrees.jl

Learning Chow-Liu Trees from data
Apache License 2.0
5 stars 1 forks source link

Add assertion for categorical version be in correct range #19

Open khosravipasha opened 2 years ago

khosravipasha commented 2 years ago

Was getting core dumps, and seems issue was cateogory values were from 1-N instead of the current range 0-(n-1). Add assertaion so user knows what caused the error