User Tools

Site Tools


neurali:fann_set_weight_array

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
neurali:fann_set_weight_array [2015/02/02 22:47] – created profproneurali:fann_set_weight_array [2020/06/08 22:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== fann_set_weight_array ======
  
 +<code c>
 +void fann_set_weight_array(struct fann* pf, struct fann_connection* pc, int n_connessioni)
 +</code>
 +
 +È molto simile a [[neurali:fann_set_weight]] ma invece di passare una singola connessione, si passa un array di connessioni tramite puntatore (pc).