|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Visitor that serializes a tree node to JSON. More...
#include <Json.hpp>
Public Member Functions | |
| void | visit (TreeCondition const &node) override |
| void | visit (TreeResponse const &node) override |
Public Attributes | |
| GroupNames const * | group_names = nullptr |
| json | result |
Visitor that serializes a tree node to JSON.
|
overridevirtual |
Implements ppforest2::TreeNode::Visitor.
|
overridevirtual |
Implements ppforest2::TreeNode::Visitor.
| GroupNames const* ppforest2::serialization::JsonNodeVisitor::group_names = nullptr |
| json ppforest2::serialization::JsonNodeVisitor::result |