Docs.rs
oxiphysics-core-0.1.1
oxiphysics-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
nalgebra ^0.34
normal
ndarray ^0.17.2
normal
optional
rand ^0.10
normal
scirs2-integrate ^0.4.4
normal
optional
serde ^1
normal
thiserror ^2
normal
proptest ^1
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
accuracy_from_cm
oxiphysics_
core
0.1.1
In oxiphysics_
core::
machine_
learning::
functions
oxiphysics_core
::
machine_learning
::
functions
Function
accuracy_
from_
cm
Copy item path
Source
pub fn accuracy_from_cm(cm: &[
Vec
<
usize
>]) ->
f64
Expand description
Compute overall accuracy from a confusion matrix.