quantling / JudiLing.jl

JudiLing: An implementation for Linear Discriminative Learning in Julia.
MIT License
8 stars 3 forks source link

Bug in in make_combined_L_matrix: SDs for inflection not added to make_L_matrix #62

Closed MariaHei closed 6 months ago

MariaHei commented 3 years ago

Hi,

in make_combined_L_matrix the two parameters sd_inflection_mean and sd_inflection are not propagated to make_L_matrix. This makes it impossible to control how big the numbers are in the L and S matrices respectively.

Best, Maria