Cargo Features

linfa-clustering has no features set by default.

[dependencies]
linfa-clustering = { version = "0.7.0", features = ["serde", "ndarray-linalg"] }
serde = serde_crate

Enables serde of linfa-nn and ndarray

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ndarray-linalg implicit feature

Enables ndarray-linalg ^0.15

ndarray-linalg:

Linear algebra package for rust-ndarray using LAPACK

serde_crate serde?

Enables serde