#include "DecisionForestRuntimeTest.h" #include "decision_forest_model/CategoricalFeature.h" #include "gtest/gtest.h" namespace clang { namespace clangd { TEST(DecisionForestRuntime, Evaluate) { … } } // namespace clangd } // namespace clang
#include "DecisionForestRuntimeTest.h" #include "decision_forest_model/CategoricalFeature.h" #include "gtest/gtest.h" namespace clang { namespace clangd { TEST(DecisionForestRuntime, Evaluate) { … } } // namespace clangd } // namespace clang