ARTS 2.5.11 (git: 725533f0)
|
#include <tessem.h>
Public Attributes | |
Index | nb_inputs |
Index | nb_outputs |
Index | nb_cache |
Vector | b1 |
Vector | b2 |
Matrix | w1 |
Matrix | w2 |
Vector | x_min |
Vector | x_max |
Vector | y_min |
Vector | y_max |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TessemNN &) |
|
friend |
Vector TessemNN::b1 |
Definition at line 18 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Vector TessemNN::b2 |
Definition at line 19 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Index TessemNN::nb_cache |
Definition at line 17 of file tessem.h.
Referenced by Print(), tessem_prop_nn(), and tessem_read_ascii().
Index TessemNN::nb_inputs |
Definition at line 15 of file tessem.h.
Referenced by Print(), tessem_prop_nn(), and tessem_read_ascii().
Index TessemNN::nb_outputs |
Definition at line 16 of file tessem.h.
Referenced by Print(), tessem_prop_nn(), tessem_read_ascii(), and TestTessem().
Matrix TessemNN::w1 |
Definition at line 20 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Matrix TessemNN::w2 |
Definition at line 21 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Vector TessemNN::x_max |
Definition at line 23 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Vector TessemNN::x_min |
Definition at line 22 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Vector TessemNN::y_max |
Definition at line 25 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().
Vector TessemNN::y_min |
Definition at line 24 of file tessem.h.
Referenced by tessem_prop_nn(), and tessem_read_ascii().