pub type PredictResult = (Vec<(DocId, f64)>, BTreeMap<DocId, Vec<f64>>);
Output of DeepModel inference: (doc_id, score) pairs plus, when the model ends in Softmax, per-doc class probability vectors.
DeepModel
(doc_id, score)
Softmax