Cargo Features

[dependencies]
kmedoids = { version = "0.5.2", default-features = false, features = ["parallel", "assertions"] }
default = ndarray, parallel, rand

These default features are set whenever kmedoids is added without default-features = false somewhere in the dependency tree.

parallel default = ndarray, rand, rayon

Affects par_silhouette::par_silhouette

assertions

Enable additional assertions

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 default parallel

Enables ndarray ^0.15

rand default parallel

Affects fasterpam::rand_fasterpam, initialization::random_initialization

rayon parallel