TwiceAsNice  2019-02-18
Public Attributes | List of all members
somstruct Struct Reference

#include <som.h>

Collaboration diagram for somstruct:
Collaboration graph

Public Attributes

int inputdim
 
int * inputsize
 
int ninput
 
int nextrainput
 
int neurdim
 
int * neursize
 
int nneur
 
int * neurstep
 
float * weight
 
int nweight
 
float * input
 
float * inputw
 
float * proto
 
float * dproto
 
float * vector
 
float * dvector
 
float learnrate
 
float clearnrate
 
float learndecay
 
float kernw
 
float ckernw
 
float kernwdecay
 
float xy_stiff
 
int * freq
 
int ntrain
 
int nsweep
 
float amp
 
float sigamp
 
float stderror
 

Member Data Documentation

◆ amp

float somstruct::amp

◆ ckernw

float somstruct::ckernw

◆ clearnrate

float somstruct::clearnrate

◆ dproto

float* somstruct::dproto

◆ dvector

float* somstruct::dvector

◆ freq

int* somstruct::freq

◆ input

float* somstruct::input

◆ inputdim

int somstruct::inputdim

◆ inputsize

int* somstruct::inputsize

◆ inputw

float* somstruct::inputw

◆ kernw

float somstruct::kernw

◆ kernwdecay

float somstruct::kernwdecay

◆ learndecay

float somstruct::learndecay

◆ learnrate

float somstruct::learnrate

◆ neurdim

int somstruct::neurdim

◆ neursize

int* somstruct::neursize

◆ neurstep

int* somstruct::neurstep

◆ nextrainput

int somstruct::nextrainput

◆ ninput

int somstruct::ninput

◆ nneur

int somstruct::nneur

◆ nsweep

int somstruct::nsweep

◆ ntrain

int somstruct::ntrain

◆ nweight

int somstruct::nweight

◆ proto

float* somstruct::proto

◆ sigamp

float somstruct::sigamp

◆ stderror

float somstruct::stderror

◆ vector

float* somstruct::vector

◆ weight

float* somstruct::weight

◆ xy_stiff

float somstruct::xy_stiff

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