Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel-e/rustml
/ params
Method
params
src/nn.rs:233–235 ·
view source on GitHub ↗
Returns the parameters of the network.
(&self)
Source
from the content-addressed store, hash-verified
231
232
/// Returns the parameters of the network.
233
pub fn params(&self) -> Vec<Matrix<f64>> {
234
self.params.clone()
235
}
236
}
237
238
Callers
2
opt_hypothesis
Function · 0.45
test_params
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_params
Function · 0.36