I am new In data mining and Weka. I am working on "Ta_Feng" data set and my Intention is to apply Pearosn's Correlation coefficient to calculate correlation between User and Item attribute in my case UserID, and ProductId are the attributes and both of them are numeric where productID is class(Numeric class) but is there any ways to calculate pearson's correlation between numeric attribute and numeric Class?
Note: my purpose is to use Item-Item (Model based) pearson's correlation coefficient.
Thanks in advance