get_alignfold_probs

Function get_alignfold_probs 

Source
pub fn get_alignfold_probs<T>(
    inputs: (&(&[usize], &[usize]), &AlignfoldScores, &(T, T), &HashMap<(T, T), f32>, &AlignfoldSums<T>, bool, f32, bool, &mut AlignfoldScores, &HashMap<(T, T), HashSet<(T, T)>>, &(&FoldScoresTrained<T>, &FoldScoresTrained<T>), bool, &HashMap<(T, T), HashSet<(T, T)>>, &HashMap<(T, T), HashSet<(T, T)>>, &RangeInsertScores, &HashMap<T, HashSet<T>>, &HashMap<T, HashSet<T>>),
) -> AlignfoldProbMats<T>
where T: HashIndex,