| 
    Algorithms_in_C
    1.0.0
    
   Set of algorithms implemented in C. 
   | 
 
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  | |
structure to hold adaline model parameters