TBNN#
#include <TBNN.h>
How to reference this class#
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TBNN <class-tbnn>`
[TBNN](#class-tbnn)
Detailed description#
List of Public Methods#
List of Private Methods#
Complete Member Function Documentation#
predict#
vector<double> TBNN::predict(vector< double > lambda, vector< vector< double > > T)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`vector<double> TBNN::predict(vector< double > lambda, vector< vector< double > > T) <tbnn-public-vector-double-tbnn-predict-vector-double-lambda-vector-vector-double-t>`
[vector<double> TBNN::predict(vector< double > lambda, vector< vector< double > > T)](#tbnn-public-vector-double-tbnn-predict-vector-double-lambda-vector-vector-double-t)
TBNN#
TBNN::TBNN(string keras_model_file, string preproc_file)
Detailed description
References
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TBNN::TBNN(string keras_model_file, string preproc_file) <tbnn-public-tbnn-tbnn-string-keras-model-file-string-preproc-file>`
[TBNN::TBNN(string keras_model_file, string preproc_file)](#tbnn-public-tbnn-tbnn-string-keras-model-file-string-preproc-file)
~TBNN#
TBNN::~TBNN()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`TBNN::~TBNN() <tbnn-public-tbnn-dtor-tbnn>`
[TBNN::~TBNN()](#tbnn-public-tbnn-dtor-tbnn)
applyNN#
void TBNN::applyNN()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TBNN::applyNN() <tbnn-private-void-tbnn-applynn>`
[void TBNN::applyNN()](#tbnn-private-void-tbnn-applynn)
process_b#
void TBNN::process_b()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TBNN::process_b() <tbnn-private-void-tbnn-process-b>`
[void TBNN::process_b()](#tbnn-private-void-tbnn-process-b)
process_lambda#
void TBNN::process_lambda(vector< double > lambda)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TBNN::process_lambda(vector< double > lambda) <tbnn-private-void-tbnn-process-lambda-vector-double-lambda>`
[void TBNN::process_lambda(vector< double > lambda)](#tbnn-private-void-tbnn-process-lambda-vector-double-lambda)
process_T#
void TBNN::process_T(vector< vector< double > > T)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`void TBNN::process_T(vector< vector< double > > T) <tbnn-private-void-tbnn-process-t-vector-vector-double-t>`
[void TBNN::process_T(vector< vector< double > > T)](#tbnn-private-void-tbnn-process-t-vector-vector-double-t)
Attributes Documentation#
vector<double> TBNN::_b
vector<double> TBNN::_g
KerasModel TBNN::_model
vector<double> TBNN::_pb
vector<double> TBNN::_plambda
PrePostNN* TBNN::_ppNN
vector<vector<double>> TBNN::_pT