Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 neo4j 中的图表上实现 tf-idf 转换,在原始关系上作为共现。为此,我需要记录节点数除以单个节点的度数。
有没有办法在密码中使用取对数?
我刚刚提交了一个拉取请求: https ://github.com/neo4j/neo4j/pull/869
根据他们的备忘单,现在可以计算 alog(x)或log10(x):
log(x)
log10(x)
http://docs.neo4j.org/refcard/2.0/
2.0.0 版(第一个支持这个)已经发布了几个星期。
抱歉,目前对数学函数的支持相当有限:http ://docs.neo4j.org/chunked/stable/query-functions-mathematical.html
但是,您可以在https://github.com/neo4j/neo4j/issues/new提交功能请求。