Function rna_algos::centroid_estimator::centroid_estimator[][src]

pub fn centroid_estimator<T: Hash>(
    bpp_mat: &SparseProbMat<T>,
    seq_len: usize,
    gamma: Prob
) -> MeaSs<T> where
    T: Unsigned + PrimInt + Hash + FromPrimitive + Integer