Open ankurankan opened 8 years ago
@ankurankan Currently we do not support ContinuousCPD
object. And what about the discrete cases? Are we planning to have a common class for both continuous and discrete cases as discussed earlier?
@yashu-seth I am thinking of having separate classes for discrete and continuous. But I am still thinking about how to implement it.
Currently Bayesian parameter estimation adds
TabularCPD
to Bayesian Networks having the MAP values. But it should return aContinuousCPD
object.