ARTS 2.5.11 (git: 725533f0)
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
 

Friends

std::ostream & operator<< (std::ostream &os, const TessemNN &)
 

Detailed Description

Definition at line 14 of file tessem.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const TessemNN  
)
friend

Definition at line 27 of file tessem.h.

Member Data Documentation

◆ b1

Vector TessemNN::b1

Definition at line 18 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ b2

Vector TessemNN::b2

Definition at line 19 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ nb_cache

Index TessemNN::nb_cache

Definition at line 17 of file tessem.h.

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

◆ nb_inputs

Index TessemNN::nb_inputs

Definition at line 15 of file tessem.h.

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

◆ nb_outputs

Index TessemNN::nb_outputs

Definition at line 16 of file tessem.h.

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

◆ w1

Matrix TessemNN::w1

Definition at line 20 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ w2

Matrix TessemNN::w2

Definition at line 21 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ x_max

Vector TessemNN::x_max

Definition at line 23 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ x_min

Vector TessemNN::x_min

Definition at line 22 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ y_max

Vector TessemNN::y_max

Definition at line 25 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().

◆ y_min

Vector TessemNN::y_min

Definition at line 24 of file tessem.h.

Referenced by tessem_prop_nn(), and tessem_read_ascii().


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