|
Neural Network
Generic Neural Network for Classification
|
represents a matrix between matrix and vector they are able to be casted into one another More...
#include <linalg.h>

Public Attributes | |
| size_t | row |
| the number of rows in the matrix | |
| size_t | col |
| the number of columns in the matrix | |
| double | data [] |
| row wise expansion of the elements in the matrix | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const _matrix &matrix) |
represents a matrix between matrix and vector they are able to be casted into one another
1.8.11