MCPcopy
hub / github.com/BrainJS/brain.js / equation.js

File equation.js

test/recurrent/equation.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from 'assert';
2import sinon from 'sinon';
3import Matrix from '../../src/recurrent/matrix';
4import OnesMatrix from '../../src/recurrent/matrix/ones-matrix';

Callers

nothing calls this directly

Calls 8

itFunction · 0.85
fourSquareMatrixFunction · 0.85
addMethod · 0.80
multiplyMethod · 0.80
tanhMethod · 0.80
inputMatrixToRowMethod · 0.80
runMethod · 0.45
runBackpropagateMethod · 0.45

Tested by

no test coverage detected