Home > lib > calc_predictive_values.m

calc_predictive_values

PURPOSE ^

function values = calc_predictive_values(cc)

SYNOPSIS ^

function values = calc_predictive_values(cc)

DESCRIPTION ^

 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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003