ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
SavedModelTest Class Reference

Test fixture that trains a forest model once in SetUp(). More...

#include <CLI.integration.hpp>

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::unique_ptr< TempFilemodel_
 
json model_json_
 

Detailed Description

Test fixture that trains a forest model once in SetUp().

Provides the model file path and parsed JSON for structural assertions without repeating the training step in each test.

Member Function Documentation

◆ SetUp()

void SavedModelTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ model_

std::unique_ptr<TempFile> SavedModelTest::model_
protected

◆ model_json_

json SavedModelTest::model_json_
protected

The documentation for this class was generated from the following file: