info2Praktikum-NeuronalesNetz/mnistVisualization.h

10 lines
250 B
C

#ifndef MNISTVISUALIZATION_H
#define MNISTVISUALIZATION_H
#include "imageInput.h"
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
#endif
//HolladieWaldfee