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

Function LSTM

browser.js:2442–2446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2440 _inherits(LSTM, _RNN);
2441
2442 function LSTM() {
2443 _classCallCheck(this, LSTM);
2444
2445 return _possibleConstructorReturn(this, (LSTM.__proto__ || Object.getPrototypeOf(LSTM)).apply(this, arguments));
2446 }
2447
2448 _createClass(LSTM, [{
2449 key: 'getModel',

Callers

nothing calls this directly

Calls 2

_classCallCheckFunction · 0.70

Tested by

no test coverage detected