Closed danerkestey closed 10 months ago
Since no provoc_obj currently, the predict function assumes the provoc_obj has proportions and variant_matrix elements.
provoc_obj
proportions
variant_matrix
The function then takes those elements and performs matrix multiplication for predictions and returns the results in the same order.
Addressed comments
Since no
provoc_obj
currently, the predict function assumes theprovoc_obj
hasproportions
andvariant_matrix
elements.The function then takes those elements and performs matrix multiplication for predictions and returns the results in the same order.