MCPcopy Create free account
hub / github.com/cosdata/cosdata / Centroid

Class Centroid

src/quantization/product.rs:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug, Clone, Serialize, Deserialize)]
12pub struct Centroid {
13 pub number_of_centroids: u16,
14 pub centroids: Vec<u16>,
15}
16
17#[allow(unused_variables)]
18impl Quantization for ProductQuantization {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected