#include <mnist.h>
|
| mnist (std::string image_file, std::string label_file, int num) |
|
| mnist (std::string image_file, std::string label_file) |
|
| ~mnist () |
|
int | size () |
|
int | rows () |
|
int | cols () |
|
std::vector< double > | images (int id) |
|
int | labels (int id) |
|
◆ mnist() [1/2]
mnist::mnist |
( |
std::string |
image_file, |
|
|
std::string |
label_file, |
|
|
int |
num |
|
) |
| |
◆ mnist() [2/2]
mnist::mnist |
( |
std::string |
image_file, |
|
|
std::string |
label_file |
|
) |
| |
◆ ~mnist()
◆ cols()
◆ images()
std::vector<double> mnist::images |
( |
int |
id | ) |
|
|
inline |
◆ labels()
int mnist::labels |
( |
int |
id | ) |
|
|
inline |
◆ rows()
◆ size()
◆ data
struct { ... } mnist::data |
◆ images
Eigen::MatrixXd mnist::images |
◆ labels
Eigen::MatrixXd mnist::labels |
The documentation for this class was generated from the following files: