| 10 | |
| 11 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 12 | pub struct Centroid { |
| 13 | pub number_of_centroids: u16, |
| 14 | pub centroids: Vec<u16>, |
| 15 | } |
| 16 | |
| 17 | #[allow(unused_variables)] |
| 18 | impl Quantization for ProductQuantization { |
nothing calls this directly
no outgoing calls
no test coverage detected