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

Function LSTMTimeStep

browser.js:2377–2381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2375 _inherits(LSTMTimeStep, _RNNTimeStep);
2376
2377 function LSTMTimeStep() {
2378 _classCallCheck(this, LSTMTimeStep);
2379
2380 return _possibleConstructorReturn(this, (LSTMTimeStep.__proto__ || Object.getPrototypeOf(LSTMTimeStep)).apply(this, arguments));
2381 }
2382
2383 _createClass(LSTMTimeStep, [{
2384 key: 'getModel',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected