Module kmedoids::arrayadapter[][src]

Expand description

Adapter trait for accessing different types of arrays.

Includes adapters for ndarray::Array2 and a serialized lower triangular matrix in a Vec.

Structs

Lower triangular matrix in serial form (without diagonal)

Traits

Adapter trait for accessing different types of arrays