issues
search
lc222
/
text_classification_AI100
AI100文本分类竞赛代码。从传统机器学习到深度学习方法的测试
252
stars
126
forks
source link
temp = (A[i][word] * (M - B[i][word]) - (count[i] - A[i][word]) * B[i][word]) ^ 2 / (
#3
Open
xyanyue
opened
6 years ago
xyanyue
commented
6 years ago
^ 是异或运算 ,应该是平方pow()吧
^ 是异或运算 ,应该是平方pow()吧