Docs.rs
neural-network-rs-0.1.4
neural-network-rs 0.1.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
ManuelLerchner
Dependencies
itertools ^0.8
normal
ndarray ^0.15.6
normal
ndarray-rand ^0.14.0
normal
plotters ^0.3.4
normal
png ^0.17.6
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
neural_
network_
rs
0.1.4
In neural_
network_
rs::
plotter::
graph_
plotter
neural_network_rs
::
plotter
::
graph_plotter
Function
plot_graph
Copy item path
Source
pub fn plot_graph( name: &
String
, data: &
Vec
<(
i32
,
f64
)>, ) ->
Result
<
()
,
Box
<dyn
Error
>>