25 TBNN(
string keras_model_file,
string preproc_file);
28 std::vector<double>
predict(std::vector<double> lambda, std::vector<std::vector<double>> T);
34 std::vector<double> _g;
38 std::vector<double> _plambda;
41 std::vector<std::vector<double>> _pT;
44 std::vector<double> _pb;
45 std::vector<double> _b;
48 void process_lambda(std::vector<double> lambda);
49 void process_T(std::vector<std::vector<double>> T);