Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/EdwardRaff/JSAT
/ log
Method
log
JSAT/src/jsat/math/FastMath.java:45–48 ·
view source on GitHub ↗
Computes the natural logarithm of the input @param x the input @return log e (x)
(double x)
Source
from the content-addressed store, hash-verified
43
* @
return
log<sub>e</sub>(x)
44
*/
45
public
static
double log(double x)
46
{
47
return
logConst*log2(x);
48
}
49
50
/**
51
* Computes log<sub>2</sub>(x)
Callers
15
testLog
Method · 0.95
digamma
Method · 0.95
sampleExpoDist
Method · 0.95
testGetScore
Method · 0.80
testLogPdf
Method · 0.80
testLogPdf
Method · 0.80
testWriteRead
Method · 0.80
testLog2
Method · 0.80
testLog2_2pd1
Method · 0.80
testLog2_c11
Method · 0.80
applyTransform
Method · 0.80
loadArffFile
Method · 0.80
Calls
1
log2
Method · 0.95
Tested by
8
testLog
Method · 0.76
testGetScore
Method · 0.64
testLogPdf
Method · 0.64
testLogPdf
Method · 0.64
testWriteRead
Method · 0.64
testLog2
Method · 0.64
testLog2_2pd1
Method · 0.64
testLog2_c11
Method · 0.64