|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Visitor interface for model dispatch. More...
#include <Model.hpp>
Public Member Functions | |
| virtual void | visit (Forest const &forest)=0 |
| virtual void | visit (Tree const &tree)=0 |
Visitor interface for model dispatch.
Implements the visitor pattern to distinguish between Tree and Forest models without dynamic_cast.
|
pure virtual |
Implemented in ppforest2::serialization::JsonModelVisitor.
|
pure virtual |
Implemented in ppforest2::serialization::JsonModelVisitor.