ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ExportValidation.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <nlohmann/json.hpp>
4
25 void validate_tree_export(nlohmann::json const& j);
26
28 void validate_forest_export(nlohmann::json const& j);
29}
JSON serialization and deserialization for ppforest2 models.
Definition ExportValidation.hpp:5
void validate_forest_export(nlohmann::json const &j)
Validate the structural shape of a loaded model Export JSON.
void validate_tree_export(nlohmann::json const &j)
Validate the structural shape of a loaded model Export JSON.