Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
Loading...
Searching...
No Matches

structure to hold adaline model parameters More...

Data Fields

double eta
 learning rate of the algorithm
 
double * weights
 weights of the neural network
 
int num_weights
 number of weights of the neural network
 

Detailed Description

structure to hold adaline model parameters


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