pub fn simhash_weighted(features: &[(String, f64)]) -> SimHashFingerprintExpand description
Compute SimHash using weighted features (e.g., TF-IDF weights).
pub fn simhash_weighted(features: &[(String, f64)]) -> SimHashFingerprintCompute SimHash using weighted features (e.g., TF-IDF weights).