Docs.rs
iris_classifier-2.2.0
iris_classifier 2.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Siiir
Dependencies
anyhow ^1.0.80
normal
clap ^4.5.2
normal
csv ^1.3.0
normal
derive_more ^0.99.17
normal
itertools ^0.12.1
normal
nalgebra ^0.32.4
normal
num-rational ^0.4.1
normal
num_enum ^0.7.2
normal
rayon ^1.9.0
normal
serde ^1.0.197
normal
strum ^0.26.1
normal
strum_macros ^0.26.1
normal
tabled ^0.15.0
normal
Versions
36.23%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
IrisParams
ic
2.2.0
Iris
Params
Required Methods
iris_params
Implementors
In ic::
iris::
params
ic
::
iris
::
params
Trait
Iris
Params
Copy item path
Source
pub trait IrisParams { // Required method fn
iris_params
(&self) -> &
UnclassifiedIris
; }
Required Methods
§
Source
fn
iris_params
(&self) -> &
UnclassifiedIris
Implementors
§
Source
§
impl
IrisParams
for
ClassifiedIris