apoc.math

限定名称 类型

apoc.math.regr(label STRING, propertyY STRING, propertyX STRING) - 返回给定标签中 propertyY 和 propertyX 值的判定系数(R-squared)。

过程

apoc.math.cosh(value FLOAT) - 返回双曲余弦值。

函数 (Function) Cypher 25 中已弃用

apoc.math.coth(value FLOAT) - 返回双曲余切值。

函数 (Function) Cypher 25 中已弃用

apoc.math.csch(value FLOAT) - 返回双曲余割值。

函数

apoc.math.maxByte() - 返回字节的最大值。

函数

apoc.math.maxDouble() - 返回 double 类型的最大正有限值。

函数

apoc.math.maxInt() - 返回整数的最大值。

函数

apoc.math.maxLong() - 返回长整数的最大值。

函数

apoc.math.minByte() - 返回字节的最小值。

函数

apoc.math.minDouble() - 返回 double 类型的最小正非零值。

函数

apoc.math.minInt() - 返回整数的最小值。

函数

apoc.math.minLong() - 返回长整数的最小值。

函数

apoc.math.sech(value FLOAT) - 返回给定值的双曲正割值。

函数

apoc.math.sigmoid(value FLOAT) - 返回给定值的 sigmoid 值。

函数

apoc.math.sigmoidPrime(value FLOAT) - 返回给定值的 sigmoid 原函数 [ sigmoid(val) * (1 - sigmoid(val)) ]。

函数

apoc.math.sinh(value FLOAT) - 返回给定值的双曲正弦值。

函数 (Function) Cypher 25 中已弃用

apoc.math.tanh(value FLOAT) - 返回给定值的双曲正切值。

函数 (Function) Cypher 25 中已弃用