ARTS
2.3.1285(git:92a29ea9-dirty)
|
#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 |
Vector TessemNN::b1 |
Definition at line 37 of file tessem.h.
Referenced by tessem_read_ascii().
Vector TessemNN::b2 |
Definition at line 38 of file tessem.h.
Referenced by tessem_read_ascii().
Index TessemNN::nb_cache |
Definition at line 36 of file tessem.h.
Referenced by Print(), and tessem_read_ascii().
Index TessemNN::nb_inputs |
Definition at line 34 of file tessem.h.
Referenced by Print(), tessem_prop_nn(), and tessem_read_ascii().
Index TessemNN::nb_outputs |
Definition at line 35 of file tessem.h.
Referenced by Print(), tessem_prop_nn(), tessem_read_ascii(), and TestTessem().
Matrix TessemNN::w1 |
Definition at line 39 of file tessem.h.
Referenced by tessem_read_ascii().
Matrix TessemNN::w2 |
Definition at line 40 of file tessem.h.
Referenced by tessem_read_ascii().
Vector TessemNN::x_max |
Definition at line 42 of file tessem.h.
Referenced by tessem_read_ascii().
Vector TessemNN::x_min |
Definition at line 41 of file tessem.h.
Referenced by tessem_read_ascii().
Vector TessemNN::y_max |
Definition at line 44 of file tessem.h.
Referenced by tessem_read_ascii().
Vector TessemNN::y_min |
Definition at line 43 of file tessem.h.
Referenced by tessem_read_ascii().