ARTS  2.3.1285(git:92a29ea9-dirty)
TessemNN Struct Reference

#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
 

Detailed Description

Definition at line 33 of file tessem.h.

Member Data Documentation

◆ b1

Vector TessemNN::b1

Definition at line 37 of file tessem.h.

Referenced by tessem_read_ascii().

◆ b2

Vector TessemNN::b2

Definition at line 38 of file tessem.h.

Referenced by tessem_read_ascii().

◆ nb_cache

Index TessemNN::nb_cache

Definition at line 36 of file tessem.h.

Referenced by Print(), and tessem_read_ascii().

◆ nb_inputs

Index TessemNN::nb_inputs

Definition at line 34 of file tessem.h.

Referenced by Print(), tessem_prop_nn(), and tessem_read_ascii().

◆ nb_outputs

Index TessemNN::nb_outputs

Definition at line 35 of file tessem.h.

Referenced by Print(), tessem_prop_nn(), tessem_read_ascii(), and TestTessem().

◆ w1

Matrix TessemNN::w1

Definition at line 39 of file tessem.h.

Referenced by tessem_read_ascii().

◆ w2

Matrix TessemNN::w2

Definition at line 40 of file tessem.h.

Referenced by tessem_read_ascii().

◆ x_max

Vector TessemNN::x_max

Definition at line 42 of file tessem.h.

Referenced by tessem_read_ascii().

◆ x_min

Vector TessemNN::x_min

Definition at line 41 of file tessem.h.

Referenced by tessem_read_ascii().

◆ y_max

Vector TessemNN::y_max

Definition at line 44 of file tessem.h.

Referenced by tessem_read_ascii().

◆ y_min

Vector TessemNN::y_min

Definition at line 43 of file tessem.h.

Referenced by tessem_read_ascii().


The documentation for this struct was generated from the following file: