lc222/text_classification_AI100

temp = (A[i][word] * (M - B[i][word]) - (count[i] - A[i][word]) * B[i][word]) ^ 2 / (

xyanyue opened this issue · 0 comments

^ 是异或运算 ,应该是平方pow()吧