print main logNormalizationConstant in GaussianMixture
parent
7fab3f8cc3
commit
ccad6f6c48
|
|
@ -145,6 +145,8 @@ void GaussianMixture::print(const std::string &s,
|
|||
std::cout << "(" << formatter(dk.first) << ", " << dk.second << "), ";
|
||||
}
|
||||
std::cout << "\n";
|
||||
std::cout << " logNormalizationConstant: " << logConstant_ << "\n"
|
||||
<< std::endl;
|
||||
conditionals_.print(
|
||||
"", [&](Key k) { return formatter(k); },
|
||||
[&](const GaussianConditional::shared_ptr &gf) -> std::string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue