@xyo-network/diviner-forecasting-memory 2.57.5 → 2.57.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/MemoryForecastingDiviner.js +1 -1
- package/dist/cjs/MemoryForecastingDiviner.js.map +1 -1
- package/dist/docs.json +8199 -2763
- package/dist/esm/MemoryForecastingDiviner.js +1 -1
- package/dist/esm/MemoryForecastingDiviner.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/MemoryForecastingDiviner.html +114 -66
- package/docs/types/SupportedForecastingType.html +1 -1
- package/package.json +14 -14
- package/src/MemoryForecastingDiviner.ts +1 -1
|
@@ -43,7 +43,7 @@ export class MemoryForecastingDiviner extends AbstractForecastingDiviner {
|
|
|
43
43
|
const addresses = this.config.witnessAddresses;
|
|
44
44
|
const payload_schemas = [assertEx(this.config.witnessSchema, 'Missing witnessSchema in config')];
|
|
45
45
|
const payloads = [];
|
|
46
|
-
const archivistMod = assertEx(
|
|
46
|
+
const archivistMod = assertEx(await this.readArchivist(), 'Unable to resolve archivist');
|
|
47
47
|
const archivist = ArchivistWrapper.wrap(archivistMod);
|
|
48
48
|
const bwDivinerMod = assertEx((await this.upResolver.resolve(this.config.boundWitnessDiviner)).pop(), 'Unable to resolve boundWitnessDiviner');
|
|
49
49
|
const bwDiviner = DivinerWrapper.wrap(bwDivinerMod);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryForecastingDiviner.js","sourceRoot":"","sources":["../../src/MemoryForecastingDiviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AAEjE,OAAO,EAAmC,8BAA8B,EAAE,MAAM,yCAAyC,CAAA;AACzH,OAAO,EAAE,0BAA0B,EAA4B,MAAM,2CAA2C,CAAA;AAChH,OAAO,EACL,sBAAsB,EAEtB,8BAA8B,GAE/B,MAAM,+CAA+C,CAAA;AACtD,OAAO,EAAE,8BAA8B,EAA8C,MAAM,wCAAwC,CAAA;AACnI,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAE7D,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAIhC,MAAM,sBAAsB,GAAG,CAAC,cAAsB,EAA2B,EAAE;IACjF,MAAM,WAAW,GAAG,CAAC,CAAU,EAAU,EAAE;QACzC,MAAM,GAAG,GAAG,KAAK,CAAC,CAAC,EAAE,cAAc,CAAC,CAAA;QACpC,IAAI,OAAO,GAAG,KAAK,QAAQ;YAAE,OAAO,GAAG,CAAA;QACvC,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAA;IACjD,CAAC,CAAA;IACD,OAAO,WAAW,CAAA;AACpB,CAAC,CAAA;AAED,MAAM,OAAO,wBAEX,SAAQ,0BAAmC;IAC3C,MAAM,CAAU,YAAY,GAAG,8BAA8B,CAAA;IAEnD,MAAM,CAAU,qBAAqB,GAAwD;QACrG,gBAAgB,EAAE,sBAAsB;QACxC,wBAAwB,EAAE,8BAA8B;KACzD,CAAA;IAED;;OAEG;IACgB,UAAU,GAAG,KAAK,CAAA;IAErC,0BAA0B;IACP,iBAAiB,GAAG,MAAM,CAAA;IAE7C,IAAuB,iBAAiB;QACtC,MAAM,qBAAqB,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,qCAAqC,CAA6B,CAAA;QACxI,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,qBAAqB,CAAC,qBAAqB,CAAC,CAAA;QAC/F,IAAI,iBAAiB;YAAE,OAAO,iBAAiB,CAAA;QAC/C,MAAM,IAAI,KAAK,CAAC,mCAAmC,qBAAqB,EAAE,CAAC,CAAA;IAC7E,CAAC;IAED,IAAuB,WAAW;QAChC,MAAM,cAAc,GAAG,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,kBAAkB,EAAE,sCAAsC,CAAC,CAAA;QACvG,OAAO,sBAAsB,CAAC,cAAc,CAAC,CAAA;IAC/C,CAAC;IAEkB,KAAK,CAAC,mBAAmB,CAAC,cAAsB,EAAE,aAAqB;QACxF,MAAM,SAAS,GAAG,IAAI,CAAC,MAAM,CAAC,gBAAgB,CAAA;QAC9C,MAAM,eAAe,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,iCAAiC,CAAC,CAAC,CAAA;QAChG,MAAM,QAAQ,GAAc,EAAE,CAAA;QAC9B,MAAM,YAAY,GAAG,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"MemoryForecastingDiviner.js","sourceRoot":"","sources":["../../src/MemoryForecastingDiviner.ts"],"names":[],"mappings":"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"}
|
package/docs/assets/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"rows\":[{\"kind\":4194304,\"name\":\"SupportedForecastingType\",\"url\":\"types/SupportedForecastingType.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"MemoryForecastingDiviner\",\"url\":\"classes/MemoryForecastingDiviner.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"configSchema\",\"url\":\"classes/MemoryForecastingDiviner.html#configSchema\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"forecastingMethodDict\",\"url\":\"classes/MemoryForecastingDiviner.html#forecastingMethodDict\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"targetSchema\",\"url\":\"classes/MemoryForecastingDiviner.html#targetSchema\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/MemoryForecastingDiviner.html#create\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"factory\",\"url\":\"classes/MemoryForecastingDiviner.html#factory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"defaultLogger\",\"url\":\"classes/MemoryForecastingDiviner.html#defaultLogger\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MemoryForecastingDiviner.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"batchLimit\",\"url\":\"classes/MemoryForecastingDiviner.html#batchLimit\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"maxTrainingLength\",\"url\":\"classes/MemoryForecastingDiviner.html#maxTrainingLength\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"forecastingMethod\",\"url\":\"classes/MemoryForecastingDiviner.html#forecastingMethod\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"transformer\",\"url\":\"classes/MemoryForecastingDiviner.html#transformer\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"getPayloadsInWindow\",\"url\":\"classes/MemoryForecastingDiviner.html#getPayloadsInWindow\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"divine\",\"url\":\"classes/MemoryForecastingDiviner.html#divine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queries\",\"url\":\"classes/MemoryForecastingDiviner.html#queries\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"_queryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#_queryAccountPaths\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"queryHandler\",\"url\":\"classes/MemoryForecastingDiviner.html#queryHandler\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"downResolver\",\"url\":\"classes/MemoryForecastingDiviner.html#downResolver\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"upResolver\",\"url\":\"classes/MemoryForecastingDiviner.html#upResolver\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_baseModuleQueryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#_baseModuleQueryAccountPaths\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_queryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#_queryAccounts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_started\",\"url\":\"classes/MemoryForecastingDiviner.html#_started\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/MemoryForecastingDiviner.html#account\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"moduleConfigQueryValidator\",\"url\":\"classes/MemoryForecastingDiviner.html#moduleConfigQueryValidator\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"supportedQueryValidator\",\"url\":\"classes/MemoryForecastingDiviner.html#supportedQueryValidator\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"address\",\"url\":\"classes/MemoryForecastingDiviner.html#address\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"allowAnonymous\",\"url\":\"classes/MemoryForecastingDiviner.html#allowAnonymous\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"config\",\"url\":\"classes/MemoryForecastingDiviner.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#queryAccountPaths\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#queryAccounts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"discover\",\"url\":\"classes/MemoryForecastingDiviner.html#discover\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"previousHash\",\"url\":\"classes/MemoryForecastingDiviner.html#previousHash\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"query\",\"url\":\"classes/MemoryForecastingDiviner.html#query\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"queryable\",\"url\":\"classes/MemoryForecastingDiviner.html#queryable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/MemoryForecastingDiviner.html#start\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"started\",\"url\":\"classes/MemoryForecastingDiviner.html#started\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/MemoryForecastingDiviner.html#subscribe\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindHashes\",\"url\":\"classes/MemoryForecastingDiviner.html#bindHashes\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindHashesInternal\",\"url\":\"classes/MemoryForecastingDiviner.html#bindHashesInternal\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQuery\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQuery\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQueryInternal\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQueryInternal\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQueryResult\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQueryResult\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"initializeQueryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#initializeQueryAccounts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"loadAccount\",\"url\":\"classes/MemoryForecastingDiviner.html#loadAccount\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"resolve\",\"url\":\"classes/MemoryForecastingDiviner.html#resolve\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/MemoryForecastingDiviner.html#stop\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"validateConfig\",\"url\":\"classes/MemoryForecastingDiviner.html#validateConfig\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"eventData\",\"url\":\"classes/MemoryForecastingDiviner.html#eventData\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"clearListeners\",\"url\":\"classes/MemoryForecastingDiviner.html#clearListeners\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/MemoryForecastingDiviner.html#emit\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"emitSerial\",\"url\":\"classes/MemoryForecastingDiviner.html#emitSerial\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/MemoryForecastingDiviner.html#listenerCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/MemoryForecastingDiviner.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"offAny\",\"url\":\"classes/MemoryForecastingDiviner.html#offAny\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/MemoryForecastingDiviner.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#on.on-1.__type\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.on.on\"},{\"kind\":2048,\"name\":\"onAny\",\"url\":\"classes/MemoryForecastingDiviner.html#onAny\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#onAny.onAny-1.__type-2\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.onAny.onAny\"},{\"kind\":2048,\"name\":\"once\",\"url\":\"classes/MemoryForecastingDiviner.html#once\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#once.once-1.__type-4\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.once.once\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/MemoryForecastingDiviner.html#params\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/MemoryForecastingDiviner.html#logger\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,37.534]],[\"comment/0\",[]],[\"name/1\",[1,37.534]],[\"comment/1\",[]],[\"name/2\",[2,37.534]],[\"comment/2\",[]],[\"name/3\",[3,37.534]],[\"comment/3\",[]],[\"name/4\",[4,37.534]],[\"comment/4\",[]],[\"name/5\",[5,37.534]],[\"comment/5\",[]],[\"name/6\",[6,37.534]],[\"comment/6\",[]],[\"name/7\",[7,37.534]],[\"comment/7\",[]],[\"name/8\",[8,37.534]],[\"comment/8\",[]],[\"name/9\",[9,37.534]],[\"comment/9\",[]],[\"name/10\",[10,37.534]],[\"comment/10\",[]],[\"name/11\",[11,37.534]],[\"comment/11\",[]],[\"name/12\",[12,37.534]],[\"comment/12\",[]],[\"name/13\",[13,37.534]],[\"comment/13\",[]],[\"name/14\",[14,37.534]],[\"comment/14\",[]],[\"name/15\",[15,37.534]],[\"comment/15\",[]],[\"name/16\",[16,37.534]],[\"comment/16\",[]],[\"name/17\",[17,37.534]],[\"comment/17\",[]],[\"name/18\",[18,37.534]],[\"comment/18\",[]],[\"name/19\",[19,37.534]],[\"comment/19\",[]],[\"name/20\",[20,37.534]],[\"comment/20\",[]],[\"name/21\",[21,37.534]],[\"comment/21\",[]],[\"name/22\",[22,37.534]],[\"comment/22\",[]],[\"name/23\",[23,37.534]],[\"comment/23\",[]],[\"name/24\",[24,37.534]],[\"comment/24\",[]],[\"name/25\",[25,37.534]],[\"comment/25\",[]],[\"name/26\",[26,37.534]],[\"comment/26\",[]],[\"name/27\",[27,37.534]],[\"comment/27\",[]],[\"name/28\",[28,37.534]],[\"comment/28\",[]],[\"name/29\",[29,37.534]],[\"comment/29\",[]],[\"name/30\",[30,37.534]],[\"comment/30\",[]],[\"name/31\",[31,37.534]],[\"comment/31\",[]],[\"name/32\",[32,37.534]],[\"comment/32\",[]],[\"name/33\",[33,37.534]],[\"comment/33\",[]],[\"name/34\",[34,37.534]],[\"comment/34\",[]],[\"name/35\",[35,37.534]],[\"comment/35\",[]],[\"name/36\",[36,37.534]],[\"comment/36\",[]],[\"name/37\",[37,37.534]],[\"comment/37\",[]],[\"name/38\",[38,37.534]],[\"comment/38\",[]],[\"name/39\",[39,37.534]],[\"comment/39\",[]],[\"name/40\",[40,37.534]],[\"comment/40\",[]],[\"name/41\",[41,37.534]],[\"comment/41\",[]],[\"name/42\",[42,37.534]],[\"comment/42\",[]],[\"name/43\",[43,37.534]],[\"comment/43\",[]],[\"name/44\",[44,37.534]],[\"comment/44\",[]],[\"name/45\",[45,37.534]],[\"comment/45\",[]],[\"name/46\",[46,37.534]],[\"comment/46\",[]],[\"name/47\",[47,37.534]],[\"comment/47\",[]],[\"name/48\",[48,37.534]],[\"comment/48\",[]],[\"name/49\",[49,37.534]],[\"comment/49\",[]],[\"name/50\",[50,37.534]],[\"comment/50\",[]],[\"name/51\",[51,37.534]],[\"comment/51\",[]],[\"name/52\",[52,37.534]],[\"comment/52\",[]],[\"name/53\",[53,37.534]],[\"comment/53\",[]],[\"name/54\",[54,37.534]],[\"comment/54\",[]],[\"name/55\",[55,37.534]],[\"comment/55\",[]],[\"name/56\",[56,29.061]],[\"comment/56\",[]],[\"name/57\",[57,37.534]],[\"comment/57\",[]],[\"name/58\",[56,29.061]],[\"comment/58\",[]],[\"name/59\",[58,37.534]],[\"comment/59\",[]],[\"name/60\",[56,29.061]],[\"comment/60\",[]],[\"name/61\",[59,37.534]],[\"comment/61\",[]],[\"name/62\",[60,37.534]],[\"comment/62\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":56,\"name\":{\"56\":{},\"58\":{},\"60\":{}},\"comment\":{}}],[\"_basemodulequeryaccountpaths\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"_queryaccountpaths\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"_queryaccounts\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"_started\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"account\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"address\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"allowanonymous\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"batchlimit\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"bindhashes\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"bindhashesinternal\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"bindquery\",{\"_index\":40,\"name\":{\"40\":{}},\"comment\":{}}],[\"bindqueryinternal\",{\"_index\":41,\"name\":{\"41\":{}},\"comment\":{}}],[\"bindqueryresult\",{\"_index\":42,\"name\":{\"42\":{}},\"comment\":{}}],[\"clearlisteners\",{\"_index\":49,\"name\":{\"49\":{}},\"comment\":{}}],[\"config\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"configschema\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"create\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"defaultlogger\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"discover\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"divine\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"downresolver\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"emit\",{\"_index\":50,\"name\":{\"50\":{}},\"comment\":{}}],[\"emitserial\",{\"_index\":51,\"name\":{\"51\":{}},\"comment\":{}}],[\"eventdata\",{\"_index\":48,\"name\":{\"48\":{}},\"comment\":{}}],[\"factory\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"forecastingmethod\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"forecastingmethoddict\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"getpayloadsinwindow\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"initializequeryaccounts\",{\"_index\":43,\"name\":{\"43\":{}},\"comment\":{}}],[\"listenercount\",{\"_index\":52,\"name\":{\"52\":{}},\"comment\":{}}],[\"loadaccount\",{\"_index\":44,\"name\":{\"44\":{}},\"comment\":{}}],[\"logger\",{\"_index\":60,\"name\":{\"62\":{}},\"comment\":{}}],[\"maxtraininglength\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"memoryforecastingdiviner\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"moduleconfigqueryvalidator\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"off\",{\"_index\":53,\"name\":{\"53\":{}},\"comment\":{}}],[\"offany\",{\"_index\":54,\"name\":{\"54\":{}},\"comment\":{}}],[\"on\",{\"_index\":55,\"name\":{\"55\":{}},\"comment\":{}}],[\"onany\",{\"_index\":57,\"name\":{\"57\":{}},\"comment\":{}}],[\"once\",{\"_index\":58,\"name\":{\"59\":{}},\"comment\":{}}],[\"params\",{\"_index\":59,\"name\":{\"61\":{}},\"comment\":{}}],[\"previoushash\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"queries\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"query\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"queryable\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"queryaccountpaths\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"queryaccounts\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"queryhandler\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":45,\"name\":{\"45\":{}},\"comment\":{}}],[\"start\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"started\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"stop\",{\"_index\":46,\"name\":{\"46\":{}},\"comment\":{}}],[\"subscribe\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"supportedforecastingtype\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"supportedqueryvalidator\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"targetschema\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"transformer\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"upresolver\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"validateconfig\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
|
1
|
+
window.searchData = JSON.parse("{\"rows\":[{\"kind\":4194304,\"name\":\"SupportedForecastingType\",\"url\":\"types/SupportedForecastingType.html\",\"classes\":\"\"},{\"kind\":128,\"name\":\"MemoryForecastingDiviner\",\"url\":\"classes/MemoryForecastingDiviner.html\",\"classes\":\"\"},{\"kind\":1024,\"name\":\"configSchema\",\"url\":\"classes/MemoryForecastingDiviner.html#configSchema\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"forecastingMethodDict\",\"url\":\"classes/MemoryForecastingDiviner.html#forecastingMethodDict\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"targetSchema\",\"url\":\"classes/MemoryForecastingDiviner.html#targetSchema\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"create\",\"url\":\"classes/MemoryForecastingDiviner.html#create\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"factory\",\"url\":\"classes/MemoryForecastingDiviner.html#factory\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"defaultLogger\",\"url\":\"classes/MemoryForecastingDiviner.html#defaultLogger\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MemoryForecastingDiviner.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"batchLimit\",\"url\":\"classes/MemoryForecastingDiviner.html#batchLimit\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"maxTrainingLength\",\"url\":\"classes/MemoryForecastingDiviner.html#maxTrainingLength\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"forecastingMethod\",\"url\":\"classes/MemoryForecastingDiviner.html#forecastingMethod\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"transformer\",\"url\":\"classes/MemoryForecastingDiviner.html#transformer\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"getPayloadsInWindow\",\"url\":\"classes/MemoryForecastingDiviner.html#getPayloadsInWindow\",\"classes\":\"tsd-is-protected\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"divine\",\"url\":\"classes/MemoryForecastingDiviner.html#divine\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queries\",\"url\":\"classes/MemoryForecastingDiviner.html#queries\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"_queryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#_queryAccountPaths\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"queryHandler\",\"url\":\"classes/MemoryForecastingDiviner.html#queryHandler\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"downResolver\",\"url\":\"classes/MemoryForecastingDiviner.html#downResolver\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"upResolver\",\"url\":\"classes/MemoryForecastingDiviner.html#upResolver\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_baseModuleQueryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#_baseModuleQueryAccountPaths\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_queryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#_queryAccounts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"_started\",\"url\":\"classes/MemoryForecastingDiviner.html#_started\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"account\",\"url\":\"classes/MemoryForecastingDiviner.html#account\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"moduleConfigQueryValidator\",\"url\":\"classes/MemoryForecastingDiviner.html#moduleConfigQueryValidator\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"supportedQueryValidator\",\"url\":\"classes/MemoryForecastingDiviner.html#supportedQueryValidator\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"address\",\"url\":\"classes/MemoryForecastingDiviner.html#address\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"allowAnonymous\",\"url\":\"classes/MemoryForecastingDiviner.html#allowAnonymous\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"config\",\"url\":\"classes/MemoryForecastingDiviner.html#config\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queryAccountPaths\",\"url\":\"classes/MemoryForecastingDiviner.html#queryAccountPaths\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"queryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#queryAccounts\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"discover\",\"url\":\"classes/MemoryForecastingDiviner.html#discover\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"moduleAccountQuery\",\"url\":\"classes/MemoryForecastingDiviner.html#moduleAccountQuery\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"query\",\"url\":\"classes/MemoryForecastingDiviner.html#query\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"queryable\",\"url\":\"classes/MemoryForecastingDiviner.html#queryable\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"start\",\"url\":\"classes/MemoryForecastingDiviner.html#start\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"started\",\"url\":\"classes/MemoryForecastingDiviner.html#started\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"subscribe\",\"url\":\"classes/MemoryForecastingDiviner.html#subscribe\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindHashes\",\"url\":\"classes/MemoryForecastingDiviner.html#bindHashes\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindHashesInternal\",\"url\":\"classes/MemoryForecastingDiviner.html#bindHashesInternal\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQuery\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQuery\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQueryInternal\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQueryInternal\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"bindQueryResult\",\"url\":\"classes/MemoryForecastingDiviner.html#bindQueryResult\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"commitArchivist\",\"url\":\"classes/MemoryForecastingDiviner.html#commitArchivist\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#commitArchivist.__type\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.commitArchivist\"},{\"kind\":2048,\"name\":\"initializeQueryAccounts\",\"url\":\"classes/MemoryForecastingDiviner.html#initializeQueryAccounts\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"loadAccount\",\"url\":\"classes/MemoryForecastingDiviner.html#loadAccount\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"readArchivist\",\"url\":\"classes/MemoryForecastingDiviner.html#readArchivist\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#readArchivist.__type-2\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.readArchivist\"},{\"kind\":2048,\"name\":\"resolve\",\"url\":\"classes/MemoryForecastingDiviner.html#resolve\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"stop\",\"url\":\"classes/MemoryForecastingDiviner.html#stop\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"validateConfig\",\"url\":\"classes/MemoryForecastingDiviner.html#validateConfig\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":1024,\"name\":\"writeArchivist\",\"url\":\"classes/MemoryForecastingDiviner.html#writeArchivist\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#writeArchivist.__type-4\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.writeArchivist\"},{\"kind\":1024,\"name\":\"eventData\",\"url\":\"classes/MemoryForecastingDiviner.html#eventData\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"clearListeners\",\"url\":\"classes/MemoryForecastingDiviner.html#clearListeners\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/MemoryForecastingDiviner.html#emit\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"emitSerial\",\"url\":\"classes/MemoryForecastingDiviner.html#emitSerial\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/MemoryForecastingDiviner.html#listenerCount\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"off\",\"url\":\"classes/MemoryForecastingDiviner.html#off\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"offAny\",\"url\":\"classes/MemoryForecastingDiviner.html#offAny\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":2048,\"name\":\"on\",\"url\":\"classes/MemoryForecastingDiviner.html#on\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#on.on-1.__type-6\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.on.on\"},{\"kind\":2048,\"name\":\"onAny\",\"url\":\"classes/MemoryForecastingDiviner.html#onAny\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#onAny.onAny-1.__type-8\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.onAny.onAny\"},{\"kind\":2048,\"name\":\"once\",\"url\":\"classes/MemoryForecastingDiviner.html#once\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MemoryForecastingDiviner.html#once.once-1.__type-10\",\"classes\":\"\",\"parent\":\"MemoryForecastingDiviner.once.once\"},{\"kind\":1024,\"name\":\"params\",\"url\":\"classes/MemoryForecastingDiviner.html#params\",\"classes\":\"tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"},{\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/MemoryForecastingDiviner.html#logger\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"MemoryForecastingDiviner\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,38.43]],[\"comment/0\",[]],[\"name/1\",[1,38.43]],[\"comment/1\",[]],[\"name/2\",[2,38.43]],[\"comment/2\",[]],[\"name/3\",[3,38.43]],[\"comment/3\",[]],[\"name/4\",[4,38.43]],[\"comment/4\",[]],[\"name/5\",[5,38.43]],[\"comment/5\",[]],[\"name/6\",[6,38.43]],[\"comment/6\",[]],[\"name/7\",[7,38.43]],[\"comment/7\",[]],[\"name/8\",[8,38.43]],[\"comment/8\",[]],[\"name/9\",[9,38.43]],[\"comment/9\",[]],[\"name/10\",[10,38.43]],[\"comment/10\",[]],[\"name/11\",[11,38.43]],[\"comment/11\",[]],[\"name/12\",[12,38.43]],[\"comment/12\",[]],[\"name/13\",[13,38.43]],[\"comment/13\",[]],[\"name/14\",[14,38.43]],[\"comment/14\",[]],[\"name/15\",[15,38.43]],[\"comment/15\",[]],[\"name/16\",[16,38.43]],[\"comment/16\",[]],[\"name/17\",[17,38.43]],[\"comment/17\",[]],[\"name/18\",[18,38.43]],[\"comment/18\",[]],[\"name/19\",[19,38.43]],[\"comment/19\",[]],[\"name/20\",[20,38.43]],[\"comment/20\",[]],[\"name/21\",[21,38.43]],[\"comment/21\",[]],[\"name/22\",[22,38.43]],[\"comment/22\",[]],[\"name/23\",[23,38.43]],[\"comment/23\",[]],[\"name/24\",[24,38.43]],[\"comment/24\",[]],[\"name/25\",[25,38.43]],[\"comment/25\",[]],[\"name/26\",[26,38.43]],[\"comment/26\",[]],[\"name/27\",[27,38.43]],[\"comment/27\",[]],[\"name/28\",[28,38.43]],[\"comment/28\",[]],[\"name/29\",[29,38.43]],[\"comment/29\",[]],[\"name/30\",[30,38.43]],[\"comment/30\",[]],[\"name/31\",[31,38.43]],[\"comment/31\",[]],[\"name/32\",[32,38.43]],[\"comment/32\",[]],[\"name/33\",[33,38.43]],[\"comment/33\",[]],[\"name/34\",[34,38.43]],[\"comment/34\",[]],[\"name/35\",[35,38.43]],[\"comment/35\",[]],[\"name/36\",[36,38.43]],[\"comment/36\",[]],[\"name/37\",[37,38.43]],[\"comment/37\",[]],[\"name/38\",[38,38.43]],[\"comment/38\",[]],[\"name/39\",[39,38.43]],[\"comment/39\",[]],[\"name/40\",[40,38.43]],[\"comment/40\",[]],[\"name/41\",[41,38.43]],[\"comment/41\",[]],[\"name/42\",[42,38.43]],[\"comment/42\",[]],[\"name/43\",[43,38.43]],[\"comment/43\",[]],[\"name/44\",[44,23.767]],[\"comment/44\",[]],[\"name/45\",[45,38.43]],[\"comment/45\",[]],[\"name/46\",[46,38.43]],[\"comment/46\",[]],[\"name/47\",[47,38.43]],[\"comment/47\",[]],[\"name/48\",[44,23.767]],[\"comment/48\",[]],[\"name/49\",[48,38.43]],[\"comment/49\",[]],[\"name/50\",[49,38.43]],[\"comment/50\",[]],[\"name/51\",[50,38.43]],[\"comment/51\",[]],[\"name/52\",[51,38.43]],[\"comment/52\",[]],[\"name/53\",[44,23.767]],[\"comment/53\",[]],[\"name/54\",[52,38.43]],[\"comment/54\",[]],[\"name/55\",[53,38.43]],[\"comment/55\",[]],[\"name/56\",[54,38.43]],[\"comment/56\",[]],[\"name/57\",[55,38.43]],[\"comment/57\",[]],[\"name/58\",[56,38.43]],[\"comment/58\",[]],[\"name/59\",[57,38.43]],[\"comment/59\",[]],[\"name/60\",[58,38.43]],[\"comment/60\",[]],[\"name/61\",[59,38.43]],[\"comment/61\",[]],[\"name/62\",[44,23.767]],[\"comment/62\",[]],[\"name/63\",[60,38.43]],[\"comment/63\",[]],[\"name/64\",[44,23.767]],[\"comment/64\",[]],[\"name/65\",[61,38.43]],[\"comment/65\",[]],[\"name/66\",[44,23.767]],[\"comment/66\",[]],[\"name/67\",[62,38.43]],[\"comment/67\",[]],[\"name/68\",[63,38.43]],[\"comment/68\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":44,\"name\":{\"44\":{},\"48\":{},\"53\":{},\"62\":{},\"64\":{},\"66\":{}},\"comment\":{}}],[\"_basemodulequeryaccountpaths\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"_queryaccountpaths\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"_queryaccounts\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"_started\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"account\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"address\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"allowanonymous\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"batchlimit\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"bindhashes\",{\"_index\":38,\"name\":{\"38\":{}},\"comment\":{}}],[\"bindhashesinternal\",{\"_index\":39,\"name\":{\"39\":{}},\"comment\":{}}],[\"bindquery\",{\"_index\":40,\"name\":{\"40\":{}},\"comment\":{}}],[\"bindqueryinternal\",{\"_index\":41,\"name\":{\"41\":{}},\"comment\":{}}],[\"bindqueryresult\",{\"_index\":42,\"name\":{\"42\":{}},\"comment\":{}}],[\"clearlisteners\",{\"_index\":53,\"name\":{\"55\":{}},\"comment\":{}}],[\"commitarchivist\",{\"_index\":43,\"name\":{\"43\":{}},\"comment\":{}}],[\"config\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"configschema\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"create\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"defaultlogger\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"discover\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"divine\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"downresolver\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"emit\",{\"_index\":54,\"name\":{\"56\":{}},\"comment\":{}}],[\"emitserial\",{\"_index\":55,\"name\":{\"57\":{}},\"comment\":{}}],[\"eventdata\",{\"_index\":52,\"name\":{\"54\":{}},\"comment\":{}}],[\"factory\",{\"_index\":6,\"name\":{\"6\":{}},\"comment\":{}}],[\"forecastingmethod\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"forecastingmethoddict\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"getpayloadsinwindow\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"initializequeryaccounts\",{\"_index\":45,\"name\":{\"45\":{}},\"comment\":{}}],[\"listenercount\",{\"_index\":56,\"name\":{\"58\":{}},\"comment\":{}}],[\"loadaccount\",{\"_index\":46,\"name\":{\"46\":{}},\"comment\":{}}],[\"logger\",{\"_index\":63,\"name\":{\"68\":{}},\"comment\":{}}],[\"maxtraininglength\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"memoryforecastingdiviner\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"moduleaccountquery\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"moduleconfigqueryvalidator\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"off\",{\"_index\":57,\"name\":{\"59\":{}},\"comment\":{}}],[\"offany\",{\"_index\":58,\"name\":{\"60\":{}},\"comment\":{}}],[\"on\",{\"_index\":59,\"name\":{\"61\":{}},\"comment\":{}}],[\"onany\",{\"_index\":60,\"name\":{\"63\":{}},\"comment\":{}}],[\"once\",{\"_index\":61,\"name\":{\"65\":{}},\"comment\":{}}],[\"params\",{\"_index\":62,\"name\":{\"67\":{}},\"comment\":{}}],[\"queries\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"query\",{\"_index\":33,\"name\":{\"33\":{}},\"comment\":{}}],[\"queryable\",{\"_index\":34,\"name\":{\"34\":{}},\"comment\":{}}],[\"queryaccountpaths\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"queryaccounts\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"queryhandler\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"readarchivist\",{\"_index\":47,\"name\":{\"47\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":48,\"name\":{\"49\":{}},\"comment\":{}}],[\"start\",{\"_index\":35,\"name\":{\"35\":{}},\"comment\":{}}],[\"started\",{\"_index\":36,\"name\":{\"36\":{}},\"comment\":{}}],[\"stop\",{\"_index\":49,\"name\":{\"50\":{}},\"comment\":{}}],[\"subscribe\",{\"_index\":37,\"name\":{\"37\":{}},\"comment\":{}}],[\"supportedforecastingtype\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"supportedqueryvalidator\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"targetschema\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"transformer\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"upresolver\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"validateconfig\",{\"_index\":50,\"name\":{\"51\":{}},\"comment\":{}}],[\"writearchivist\",{\"_index\":51,\"name\":{\"52\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|