MCPcopy Create free account
hub / github.com/FidoProject/Fido / numberOfOutputs

Method numberOfOutputs

src/NeuralNet.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236unsigned int NeuralNet::numberOfOutputs() {
237 return net[net.size() - 1].neurons.size();
238}
239
240unsigned int NeuralNet::numberOfHiddenNeurons() {
241 unsigned int num = 0;

Callers 1

network.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected