Commit f9e59dab authored by Administrator's avatar Administrator

[TEST] cooc > 2 and xs - ys

parent d709bce7
......@@ -206,10 +206,10 @@ def get_cooc(request=None, corpus_id=None, cooc_id=None, type='node_link', size=
# top inclus
#n = ( xs + ys) / (2 * (x.shape[0] -1))
# top specific ?
m = ( xs - ys) / (2 * (x.shape[0] -1))
# top generic
#m = ( xs - ys) / (2 * (x.shape[0] -1))
# top generic ?
#m = ( ys - ss) / (2 * (x.shape[0] -1))
m = ( ys - ss) / (2 * (x.shape[0] -1))
#m = pd.DataFrame.abs(m)
#n = n.sort(inplace=False)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment