Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
unsigned int NeuralNet::numberOfOutputs() {
237
return net[net.size() - 1].neurons.size();
238
}
239
240
unsigned int NeuralNet::numberOfHiddenNeurons() {
241
unsigned int num = 0;
Callers
1
network.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected