function values = calc_predictive_values(cc) Inputs: cc: confusion matrix in HITS, NOT PERCENTAGE Outputs: values: predictive values for each column of cc P(a|A) = P(A|a)*P(a)/P(A) however this formula is not used, because it is easier to use a column of the confusion matrix P(a|A) is the probability of belonging to class 'a' given that you have been classified as so.