RegCNNResult, basic output of CNN neural net. More...
#include <RegCNNResult.h>
Public Member Functions | |
RegCNNResult (const float *output, unsigned int &nOutputs) | |
RegCNNResult (const std::vector< float > output) | |
RegCNNResult () | |
Public Attributes | |
std::vector< float > | fOutput |
Vector of outputs from neural net. More... | |
RegCNNResult, basic output of CNN neural net.
Definition at line 15 of file RegCNNResult.h.
cnn::RegCNNResult::RegCNNResult | ( | const float * | output, |
unsigned int & | nOutputs | ||
) |
Definition at line 18 of file RegCNNResult.cxx.
cnn::RegCNNResult::RegCNNResult | ( | const std::vector< float > | output | ) |
Definition at line 24 of file RegCNNResult.cxx.
cnn::RegCNNResult::RegCNNResult | ( | ) |
Definition at line 28 of file RegCNNResult.cxx.
std::vector<float> cnn::RegCNNResult::fOutput |
Vector of outputs from neural net.
Definition at line 23 of file RegCNNResult.h.