default string for AlgebraicDecisionTree::print
parent
c41b58fc98
commit
aa1c65d0dc
|
@ -156,7 +156,7 @@ namespace gtsam {
|
|||
}
|
||||
|
||||
/// print method customized to value type `double`.
|
||||
void print(const std::string& s,
|
||||
void print(const std::string& s = "",
|
||||
const typename Base::LabelFormatter& labelFormatter =
|
||||
&DefaultFormatter) const {
|
||||
auto valueFormatter = [](const double& v) {
|
||||
|
|
Loading…
Reference in New Issue