MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / f

Method f

JSAT/src/jsat/math/Function.java:13–13  ·  view source on GitHub ↗
(double... x)

Source from the content-addressed store, hash-verified

11public interface Function extends Serializable
12{
13 public double f(double... x);
14
15 public double f(Vec x);
16}

Callers 15

testRoot_4argsMethod · 0.65
testRoot_5argsMethod · 0.65
testRoot_6argsMethod · 0.65
testRoot_7argsMethod · 0.65
applyFunctionMethod · 0.65
applyIndexFunctionMethod · 0.65
accumulateSumMethod · 0.65
applyFunctionMethod · 0.65
fMethod · 0.65
fMethod · 0.65
trapzMethod · 0.65
iterationStepMethod · 0.65

Implementers 15

ActivationFunctionJSAT/src/jsat/classifiers/neuralnetwor
IndexFunctionJSAT/src/jsat/math/IndexFunction.java
FunctionBaseJSAT/src/jsat/math/FunctionBase.java
RosenbrockFunctionJSAT/src/jsat/math/optimization/Rosenb
SparseVectorTestJSAT/test/jsat/linear/SparseVectorTest
LossFunctionJSAT/test/jsat/math/optimization/Modif
GradFunctionJSAT/test/jsat/math/optimization/Modif
GoldenSearchTestJSAT/test/jsat/math/optimization/oned/
SecantTestJSAT/test/jsat/math/rootfinding/Secant
RiddersMethodTestJSAT/test/jsat/math/rootfinding/Ridder
ZeroinTestJSAT/test/jsat/math/rootfinding/Zeroin
BisectionTestJSAT/test/jsat/math/rootfinding/Bisect

Calls

no outgoing calls

Tested by 4

testRoot_4argsMethod · 0.52
testRoot_5argsMethod · 0.52
testRoot_6argsMethod · 0.52
testRoot_7argsMethod · 0.52