Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
graph_sgd Struct Reference

#include <sgd.h>

Collaboration diagram for graph_sgd:
[legend]

Data Fields

size_t n
 
size_t * sources
 
bitarray_t pinneds
 
size_t * targets
 
float * weights
 

Detailed Description

Definition at line 15 of file sgd.h.

Field Documentation

◆ n

size_t graph_sgd::n

Definition at line 16 of file sgd.h.

◆ pinneds

bitarray_t graph_sgd::pinneds

Definition at line 18 of file sgd.h.

◆ sources

size_t* graph_sgd::sources

Definition at line 17 of file sgd.h.

◆ targets

size_t* graph_sgd::targets

Definition at line 20 of file sgd.h.

◆ weights

float* graph_sgd::weights

Definition at line 21 of file sgd.h.


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