Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FidoProject/Fido
/ numberOfInputs
Method
numberOfInputs
src/NeuralNet.cpp:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
unsigned int NeuralNet::numberOfInputs() {
233
return net[0].neurons[0].weights.size() - 1;
234
}
235
236
unsigned int NeuralNet::numberOfOutputs() {
237
return net[net.size() - 1].neurons.size();
Callers
2
applyReinforcementToLastAction
Method · 0.80
network.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected