@exaudeus/memory-mcp 0.1.0

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.
Files changed (48) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +264 -0
  3. package/dist/__tests__/clock-and-validators.test.d.ts +1 -0
  4. package/dist/__tests__/clock-and-validators.test.js +237 -0
  5. package/dist/__tests__/config-manager.test.d.ts +1 -0
  6. package/dist/__tests__/config-manager.test.js +142 -0
  7. package/dist/__tests__/config.test.d.ts +1 -0
  8. package/dist/__tests__/config.test.js +236 -0
  9. package/dist/__tests__/crash-journal.test.d.ts +1 -0
  10. package/dist/__tests__/crash-journal.test.js +203 -0
  11. package/dist/__tests__/e2e.test.d.ts +1 -0
  12. package/dist/__tests__/e2e.test.js +788 -0
  13. package/dist/__tests__/ephemeral-benchmark.test.d.ts +1 -0
  14. package/dist/__tests__/ephemeral-benchmark.test.js +651 -0
  15. package/dist/__tests__/ephemeral.test.d.ts +1 -0
  16. package/dist/__tests__/ephemeral.test.js +435 -0
  17. package/dist/__tests__/git-service.test.d.ts +1 -0
  18. package/dist/__tests__/git-service.test.js +43 -0
  19. package/dist/__tests__/normalize.test.d.ts +1 -0
  20. package/dist/__tests__/normalize.test.js +161 -0
  21. package/dist/__tests__/store.test.d.ts +1 -0
  22. package/dist/__tests__/store.test.js +1153 -0
  23. package/dist/config-manager.d.ts +49 -0
  24. package/dist/config-manager.js +126 -0
  25. package/dist/config.d.ts +32 -0
  26. package/dist/config.js +162 -0
  27. package/dist/crash-journal.d.ts +38 -0
  28. package/dist/crash-journal.js +198 -0
  29. package/dist/ephemeral-weights.json +1847 -0
  30. package/dist/ephemeral.d.ts +20 -0
  31. package/dist/ephemeral.js +516 -0
  32. package/dist/formatters.d.ts +10 -0
  33. package/dist/formatters.js +92 -0
  34. package/dist/git-service.d.ts +5 -0
  35. package/dist/git-service.js +39 -0
  36. package/dist/index.d.ts +2 -0
  37. package/dist/index.js +1197 -0
  38. package/dist/normalize.d.ts +2 -0
  39. package/dist/normalize.js +69 -0
  40. package/dist/store.d.ts +84 -0
  41. package/dist/store.js +813 -0
  42. package/dist/text-analyzer.d.ts +32 -0
  43. package/dist/text-analyzer.js +190 -0
  44. package/dist/thresholds.d.ts +39 -0
  45. package/dist/thresholds.js +75 -0
  46. package/dist/types.d.ts +186 -0
  47. package/dist/types.js +33 -0
  48. package/package.json +57 -0
@@ -0,0 +1,1847 @@
1
+ {
2
+ "version": 2,
3
+ "description": "TF-IDF (bigrams) + engineered features + Logistic Regression",
4
+ "training_cases": 408,
5
+ "vocabulary_size": 600,
6
+ "extra_features": [
7
+ "_conjunction_ratio",
8
+ "_first_person_plural_ratio",
9
+ "_len_long",
10
+ "_len_medium",
11
+ "_len_short",
12
+ "_past_tense_ratio",
13
+ "_prescriptive_ratio",
14
+ "_sentence_count",
15
+ "_topic_architecture",
16
+ "_topic_conventions",
17
+ "_topic_gotchas",
18
+ "_topic_modules",
19
+ "_topic_preferences",
20
+ "_topic_recent-work",
21
+ "_topic_user"
22
+ ],
23
+ "vocabulary": [
24
+ "the",
25
+ "to",
26
+ "for",
27
+ "in",
28
+ "is",
29
+ "and",
30
+ "with",
31
+ "on",
32
+ "we",
33
+ "use",
34
+ "are",
35
+ "this",
36
+ "all",
37
+ "when",
38
+ "of",
39
+ "from",
40
+ "by",
41
+ "in_the",
42
+ "be",
43
+ "at",
44
+ "state",
45
+ "or",
46
+ "data",
47
+ "but",
48
+ "new",
49
+ "not",
50
+ "api",
51
+ "that",
52
+ "after",
53
+ "as",
54
+ "before",
55
+ "must",
56
+ "our",
57
+ "test",
58
+ "cache",
59
+ "should",
60
+ "re",
61
+ "module",
62
+ "it",
63
+ "on_the",
64
+ "was",
65
+ "memory",
66
+ "using",
67
+ "feature",
68
+ "migration",
69
+ "error",
70
+ "for_the",
71
+ "has",
72
+ "code",
73
+ "auth",
74
+ "layer",
75
+ "ve",
76
+ "we_ve",
77
+ "we_re",
78
+ "time",
79
+ "issue",
80
+ "the_new",
81
+ "uses",
82
+ "custom",
83
+ "build",
84
+ "each",
85
+ "network",
86
+ "flow",
87
+ "during",
88
+ "messaging",
89
+ "to_the",
90
+ "pattern",
91
+ "still",
92
+ "between",
93
+ "ui",
94
+ "explicit",
95
+ "always",
96
+ "tests",
97
+ "across",
98
+ "compose",
99
+ "through",
100
+ "type",
101
+ "pipeline",
102
+ "schema",
103
+ "change",
104
+ "image",
105
+ "handling",
106
+ "an",
107
+ "only",
108
+ "component",
109
+ "classes",
110
+ "due",
111
+ "due_to",
112
+ "this_is",
113
+ "instead",
114
+ "token",
115
+ "sealed",
116
+ "configuration",
117
+ "without",
118
+ "version",
119
+ "strategy",
120
+ "production",
121
+ "than",
122
+ "into",
123
+ "scope",
124
+ "for_all",
125
+ "performance",
126
+ "per",
127
+ "class",
128
+ "testing",
129
+ "must_be",
130
+ "causing",
131
+ "added",
132
+ "no",
133
+ "cases",
134
+ "out",
135
+ "shared",
136
+ "being",
137
+ "running",
138
+ "over",
139
+ "automatically",
140
+ "validation",
141
+ "interfaces",
142
+ "ci",
143
+ "main",
144
+ "errors",
145
+ "fix",
146
+ "requires",
147
+ "sync",
148
+ "viewmodels",
149
+ "instead_of",
150
+ "rules",
151
+ "background",
152
+ "every",
153
+ "refresh",
154
+ "from_the",
155
+ "thread",
156
+ "navigation",
157
+ "logic",
158
+ "regression",
159
+ "room",
160
+ "user",
161
+ "based",
162
+ "changes",
163
+ "query",
164
+ "types",
165
+ "convention",
166
+ "the_messaging",
167
+ "team",
168
+ "server",
169
+ "workaround",
170
+ "have",
171
+ "after_the",
172
+ "update",
173
+ "to_use",
174
+ "when_the",
175
+ "session",
176
+ "if",
177
+ "approach",
178
+ "full",
179
+ "event",
180
+ "they",
181
+ "policy",
182
+ "processing",
183
+ "system",
184
+ "via",
185
+ "reducer",
186
+ "integration",
187
+ "returns",
188
+ "just",
189
+ "avoid",
190
+ "at_the",
191
+ "android",
192
+ "initialization",
193
+ "authentication",
194
+ "components",
195
+ "events",
196
+ "app",
197
+ "causes",
198
+ "architecture",
199
+ "race",
200
+ "config",
201
+ "function",
202
+ "response",
203
+ "view",
204
+ "times",
205
+ "in_our",
206
+ "dependency",
207
+ "prevent",
208
+ "column",
209
+ "endpoint",
210
+ "manual",
211
+ "need",
212
+ "because",
213
+ "the_image",
214
+ "been",
215
+ "of_the",
216
+ "three",
217
+ "plugin",
218
+ "devices",
219
+ "timeout",
220
+ "anvil",
221
+ "screen",
222
+ "list",
223
+ "debug",
224
+ "viewmodel",
225
+ "main_thread",
226
+ "design",
227
+ "modules",
228
+ "stack",
229
+ "minutes",
230
+ "implementation",
231
+ "request",
232
+ "requests",
233
+ "services",
234
+ "checks",
235
+ "require",
236
+ "table",
237
+ "default",
238
+ "more",
239
+ "hours",
240
+ "files",
241
+ "dependencies",
242
+ "never",
243
+ "provides",
244
+ "now",
245
+ "framework",
246
+ "staging",
247
+ "environment",
248
+ "should_be",
249
+ "analytics",
250
+ "until",
251
+ "field",
252
+ "adding",
253
+ "crash",
254
+ "failure",
255
+ "resolved",
256
+ "coroutine",
257
+ "longer",
258
+ "fails",
259
+ "bug",
260
+ "leak",
261
+ "switching",
262
+ "release",
263
+ "backend",
264
+ "but_the",
265
+ "pool",
266
+ "issue_the",
267
+ "search",
268
+ "connection",
269
+ "next",
270
+ "error_handling",
271
+ "will",
272
+ "is_to",
273
+ "the_api",
274
+ "and_the",
275
+ "separate",
276
+ "the_main",
277
+ "backoff",
278
+ "exponential",
279
+ "recent",
280
+ "file",
281
+ "work",
282
+ "can",
283
+ "retry",
284
+ "database",
285
+ "handle",
286
+ "limit",
287
+ "side",
288
+ "mode",
289
+ "nested",
290
+ "queries",
291
+ "rate",
292
+ "support",
293
+ "context",
294
+ "any",
295
+ "use_the",
296
+ "task",
297
+ "explicitly",
298
+ "loading",
299
+ "values",
300
+ "hook",
301
+ "multiple",
302
+ "to_prevent",
303
+ "recovery",
304
+ "semantics",
305
+ "objects",
306
+ "documented",
307
+ "sealed_interfaces",
308
+ "result",
309
+ "prevents",
310
+ "standard",
311
+ "reference",
312
+ "listing",
313
+ "different",
314
+ "that_the",
315
+ "the_analytics",
316
+ "proper",
317
+ "with_the",
318
+ "to_be",
319
+ "infrastructure",
320
+ "increased",
321
+ "need_to",
322
+ "stateflow",
323
+ "add",
324
+ "edge",
325
+ "refactoring",
326
+ "calls",
327
+ "serialization",
328
+ "auth_token",
329
+ "shows",
330
+ "composable",
331
+ "root",
332
+ "websocket",
333
+ "call",
334
+ "token_refresh",
335
+ "caused",
336
+ "the_auth",
337
+ "bindings",
338
+ "suite",
339
+ "like",
340
+ "by_the",
341
+ "exponential_backoff",
342
+ "behavior",
343
+ "compiler",
344
+ "core",
345
+ "last",
346
+ "most",
347
+ "node",
348
+ "from_to",
349
+ "missing",
350
+ "notification",
351
+ "exceptions",
352
+ "caching",
353
+ "lifecycle",
354
+ "may",
355
+ "disk",
356
+ "one",
357
+ "second",
358
+ "does",
359
+ "does_not",
360
+ "while",
361
+ "connections",
362
+ "compatibility",
363
+ "evaluating",
364
+ "size",
365
+ "batch",
366
+ "index",
367
+ "generic",
368
+ "configured",
369
+ "application",
370
+ "the_cache",
371
+ "keys",
372
+ "issues",
373
+ "ensure",
374
+ "day",
375
+ "once",
376
+ "pinned",
377
+ "temporary",
378
+ "react",
379
+ "order",
380
+ "run",
381
+ "critical",
382
+ "fields",
383
+ "its",
384
+ "safety",
385
+ "annotations",
386
+ "each_feature",
387
+ "immutable",
388
+ "state_is",
389
+ "domain",
390
+ "then",
391
+ "gotcha",
392
+ "ensures",
393
+ "rather",
394
+ "rather_than",
395
+ "currently",
396
+ "flaky",
397
+ "is_not",
398
+ "failed",
399
+ "stale",
400
+ "conflicts",
401
+ "about",
402
+ "deployment",
403
+ "end",
404
+ "messaging_feature",
405
+ "sdk",
406
+ "null",
407
+ "fixed",
408
+ "memory_leak",
409
+ "references",
410
+ "patched",
411
+ "the_backend",
412
+ "the_search",
413
+ "works",
414
+ "updating",
415
+ "edge_cases",
416
+ "di",
417
+ "across_all",
418
+ "implement",
419
+ "models",
420
+ "leaks",
421
+ "why",
422
+ "debugging",
423
+ "analysis",
424
+ "feed",
425
+ "cause",
426
+ "seconds",
427
+ "race_condition",
428
+ "condition",
429
+ "might",
430
+ "json",
431
+ "better",
432
+ "start",
433
+ "flag",
434
+ "check",
435
+ "mutex",
436
+ "ms",
437
+ "attempt",
438
+ "current",
439
+ "pending",
440
+ "rendering",
441
+ "false",
442
+ "overhead",
443
+ "hitting",
444
+ "there",
445
+ "cost",
446
+ "the_view",
447
+ "rule",
448
+ "keep",
449
+ "week",
450
+ "both",
451
+ "format",
452
+ "pods",
453
+ "two",
454
+ "evaluation",
455
+ "parameters",
456
+ "blocks",
457
+ "source",
458
+ "whether",
459
+ "which",
460
+ "typescript",
461
+ "were",
462
+ "constraint",
463
+ "timing",
464
+ "job",
465
+ "concurrent",
466
+ "failures",
467
+ "where",
468
+ "legacy",
469
+ "codebase",
470
+ "first",
471
+ "injection",
472
+ "remain",
473
+ "inference",
474
+ "key",
475
+ "implemented",
476
+ "auto",
477
+ "to_ensure",
478
+ "to_add",
479
+ "tanstack_query",
480
+ "cache_invalidation",
481
+ "invalidation",
482
+ "tanstack",
483
+ "store",
484
+ "process",
485
+ "wrapping",
486
+ "js",
487
+ "images",
488
+ "the_same",
489
+ "same",
490
+ "validate",
491
+ "load",
492
+ "instance",
493
+ "primary",
494
+ "lock",
495
+ "metrics",
496
+ "manually",
497
+ "example",
498
+ "ttl",
499
+ "in_production",
500
+ "versions",
501
+ "public",
502
+ "partition",
503
+ "boundaries",
504
+ "runtime",
505
+ "methods",
506
+ "allow",
507
+ "with_explicit",
508
+ "boundary",
509
+ "contributesbinding",
510
+ "level",
511
+ "repository",
512
+ "functions",
513
+ "the_repository",
514
+ "own",
515
+ "follow",
516
+ "cached",
517
+ "implements",
518
+ "prefer",
519
+ "safe",
520
+ "compile",
521
+ "handles",
522
+ "relationships",
523
+ "columns",
524
+ "provide",
525
+ "ci_pipeline",
526
+ "the_ci",
527
+ "status",
528
+ "is_the",
529
+ "to_avoid",
530
+ "it_was",
531
+ "endpoints",
532
+ "review",
533
+ "flows",
534
+ "gradle",
535
+ "no_longer",
536
+ "switching_to",
537
+ "callback",
538
+ "specific",
539
+ "increased_the",
540
+ "the_infrastructure",
541
+ "docker",
542
+ "layout",
543
+ "we_need",
544
+ "before_the",
545
+ "reconnection",
546
+ "refactor",
547
+ "cleanup",
548
+ "proguard",
549
+ "kotlin",
550
+ "up",
551
+ "retrofit",
552
+ "networking",
553
+ "the_websocket",
554
+ "drops",
555
+ "single",
556
+ "working",
557
+ "hierarchy",
558
+ "should_use",
559
+ "if_the",
560
+ "interface",
561
+ "the_navigation",
562
+ "cold_start",
563
+ "cold",
564
+ "properly",
565
+ "appears",
566
+ "appears_to",
567
+ "related",
568
+ "changed",
569
+ "zillow",
570
+ "startup",
571
+ "and_we",
572
+ "upstream",
573
+ "the_shared",
574
+ "not_the",
575
+ "found",
576
+ "approval",
577
+ "is_still",
578
+ "background_sync",
579
+ "low",
580
+ "window",
581
+ "empty",
582
+ "partial",
583
+ "logging",
584
+ "is_being",
585
+ "service",
586
+ "self",
587
+ "wrong",
588
+ "interceptor",
589
+ "would",
590
+ "parent",
591
+ "rate_limit",
592
+ "latency",
593
+ "the_config",
594
+ "pass",
595
+ "expected",
596
+ "consistency",
597
+ "handlers",
598
+ "across_the",
599
+ "audit",
600
+ "renders",
601
+ "provider",
602
+ "monitoring",
603
+ "map",
604
+ "global",
605
+ "stability",
606
+ "strict",
607
+ "upgrade",
608
+ "throughput",
609
+ "deployed",
610
+ "tested",
611
+ "limits",
612
+ "intermediate",
613
+ "existing",
614
+ "okhttp",
615
+ "timing_out",
616
+ "setup",
617
+ "deep",
618
+ "celery",
619
+ "postgresql",
620
+ "consuming",
621
+ "account",
622
+ "contain",
623
+ "comments"
624
+ ],
625
+ "idf": [
626
+ 0.36582,
627
+ 0.846481,
628
+ 1.207246,
629
+ 1.223775,
630
+ 1.249093,
631
+ 1.376538,
632
+ 1.406097,
633
+ 1.629241,
634
+ 1.629241,
635
+ 1.693779,
636
+ 1.734601,
637
+ 1.83688,
638
+ 1.985915,
639
+ 2.079442,
640
+ 2.140066,
641
+ 2.16112,
642
+ 2.204605,
643
+ 2.227078,
644
+ 2.250067,
645
+ 2.273598,
646
+ 2.400349,
647
+ 2.400349,
648
+ 2.427748,
649
+ 2.455919,
650
+ 2.484907,
651
+ 2.51476,
652
+ 2.51476,
653
+ 2.51476,
654
+ 2.51476,
655
+ 2.57728,
656
+ 2.61007,
657
+ 2.61007,
658
+ 2.643971,
659
+ 2.679063,
660
+ 2.753171,
661
+ 2.753171,
662
+ 2.753171,
663
+ 2.792391,
664
+ 2.792391,
665
+ 2.833213,
666
+ 2.833213,
667
+ 2.833213,
668
+ 2.875773,
669
+ 2.875773,
670
+ 2.875773,
671
+ 2.875773,
672
+ 2.920225,
673
+ 2.966745,
674
+ 2.966745,
675
+ 2.966745,
676
+ 2.966745,
677
+ 2.966745,
678
+ 2.966745,
679
+ 2.966745,
680
+ 3.015535,
681
+ 3.015535,
682
+ 3.015535,
683
+ 3.015535,
684
+ 3.015535,
685
+ 3.066828,
686
+ 3.066828,
687
+ 3.066828,
688
+ 3.066828,
689
+ 3.066828,
690
+ 3.120895,
691
+ 3.120895,
692
+ 3.120895,
693
+ 3.120895,
694
+ 3.120895,
695
+ 3.120895,
696
+ 3.120895,
697
+ 3.120895,
698
+ 3.178054,
699
+ 3.178054,
700
+ 3.178054,
701
+ 3.178054,
702
+ 3.178054,
703
+ 3.238678,
704
+ 3.238678,
705
+ 3.238678,
706
+ 3.238678,
707
+ 3.238678,
708
+ 3.238678,
709
+ 3.238678,
710
+ 3.238678,
711
+ 3.238678,
712
+ 3.303217,
713
+ 3.303217,
714
+ 3.303217,
715
+ 3.303217,
716
+ 3.303217,
717
+ 3.303217,
718
+ 3.303217,
719
+ 3.303217,
720
+ 3.303217,
721
+ 3.303217,
722
+ 3.303217,
723
+ 3.303217,
724
+ 3.37221,
725
+ 3.37221,
726
+ 3.37221,
727
+ 3.37221,
728
+ 3.37221,
729
+ 3.37221,
730
+ 3.37221,
731
+ 3.37221,
732
+ 3.446318,
733
+ 3.446318,
734
+ 3.446318,
735
+ 3.446318,
736
+ 3.446318,
737
+ 3.446318,
738
+ 3.446318,
739
+ 3.446318,
740
+ 3.446318,
741
+ 3.446318,
742
+ 3.446318,
743
+ 3.446318,
744
+ 3.526361,
745
+ 3.526361,
746
+ 3.526361,
747
+ 3.526361,
748
+ 3.526361,
749
+ 3.526361,
750
+ 3.526361,
751
+ 3.526361,
752
+ 3.526361,
753
+ 3.526361,
754
+ 3.526361,
755
+ 3.526361,
756
+ 3.526361,
757
+ 3.526361,
758
+ 3.526361,
759
+ 3.526361,
760
+ 3.526361,
761
+ 3.526361,
762
+ 3.526361,
763
+ 3.526361,
764
+ 3.526361,
765
+ 3.526361,
766
+ 3.526361,
767
+ 3.526361,
768
+ 3.613372,
769
+ 3.613372,
770
+ 3.613372,
771
+ 3.613372,
772
+ 3.613372,
773
+ 3.613372,
774
+ 3.613372,
775
+ 3.613372,
776
+ 3.613372,
777
+ 3.613372,
778
+ 3.613372,
779
+ 3.613372,
780
+ 3.613372,
781
+ 3.613372,
782
+ 3.613372,
783
+ 3.613372,
784
+ 3.613372,
785
+ 3.613372,
786
+ 3.613372,
787
+ 3.613372,
788
+ 3.708682,
789
+ 3.708682,
790
+ 3.708682,
791
+ 3.708682,
792
+ 3.708682,
793
+ 3.708682,
794
+ 3.708682,
795
+ 3.708682,
796
+ 3.708682,
797
+ 3.708682,
798
+ 3.708682,
799
+ 3.708682,
800
+ 3.708682,
801
+ 3.708682,
802
+ 3.708682,
803
+ 3.708682,
804
+ 3.708682,
805
+ 3.708682,
806
+ 3.708682,
807
+ 3.708682,
808
+ 3.708682,
809
+ 3.708682,
810
+ 3.708682,
811
+ 3.814043,
812
+ 3.814043,
813
+ 3.814043,
814
+ 3.814043,
815
+ 3.814043,
816
+ 3.814043,
817
+ 3.814043,
818
+ 3.814043,
819
+ 3.814043,
820
+ 3.814043,
821
+ 3.814043,
822
+ 3.814043,
823
+ 3.814043,
824
+ 3.814043,
825
+ 3.814043,
826
+ 3.814043,
827
+ 3.814043,
828
+ 3.814043,
829
+ 3.814043,
830
+ 3.814043,
831
+ 3.814043,
832
+ 3.814043,
833
+ 3.814043,
834
+ 3.814043,
835
+ 3.814043,
836
+ 3.814043,
837
+ 3.814043,
838
+ 3.814043,
839
+ 3.814043,
840
+ 3.814043,
841
+ 3.814043,
842
+ 3.814043,
843
+ 3.814043,
844
+ 3.814043,
845
+ 3.814043,
846
+ 3.931826,
847
+ 3.931826,
848
+ 3.931826,
849
+ 3.931826,
850
+ 3.931826,
851
+ 3.931826,
852
+ 3.931826,
853
+ 3.931826,
854
+ 3.931826,
855
+ 3.931826,
856
+ 3.931826,
857
+ 3.931826,
858
+ 3.931826,
859
+ 3.931826,
860
+ 3.931826,
861
+ 3.931826,
862
+ 3.931826,
863
+ 3.931826,
864
+ 3.931826,
865
+ 3.931826,
866
+ 3.931826,
867
+ 3.931826,
868
+ 3.931826,
869
+ 3.931826,
870
+ 3.931826,
871
+ 3.931826,
872
+ 3.931826,
873
+ 3.931826,
874
+ 3.931826,
875
+ 3.931826,
876
+ 3.931826,
877
+ 3.931826,
878
+ 3.931826,
879
+ 3.931826,
880
+ 3.931826,
881
+ 3.931826,
882
+ 3.931826,
883
+ 3.931826,
884
+ 3.931826,
885
+ 3.931826,
886
+ 3.931826,
887
+ 3.931826,
888
+ 3.931826,
889
+ 3.931826,
890
+ 3.931826,
891
+ 3.931826,
892
+ 3.931826,
893
+ 3.931826,
894
+ 3.931826,
895
+ 3.931826,
896
+ 3.931826,
897
+ 3.931826,
898
+ 3.931826,
899
+ 3.931826,
900
+ 3.931826,
901
+ 3.931826,
902
+ 3.931826,
903
+ 3.931826,
904
+ 3.931826,
905
+ 3.931826,
906
+ 3.931826,
907
+ 3.931826,
908
+ 3.931826,
909
+ 3.931826,
910
+ 3.931826,
911
+ 3.931826,
912
+ 3.931826,
913
+ 3.931826,
914
+ 4.065357,
915
+ 4.065357,
916
+ 4.065357,
917
+ 4.065357,
918
+ 4.065357,
919
+ 4.065357,
920
+ 4.065357,
921
+ 4.065357,
922
+ 4.065357,
923
+ 4.065357,
924
+ 4.065357,
925
+ 4.065357,
926
+ 4.065357,
927
+ 4.065357,
928
+ 4.065357,
929
+ 4.065357,
930
+ 4.065357,
931
+ 4.065357,
932
+ 4.065357,
933
+ 4.065357,
934
+ 4.065357,
935
+ 4.065357,
936
+ 4.065357,
937
+ 4.065357,
938
+ 4.065357,
939
+ 4.065357,
940
+ 4.065357,
941
+ 4.065357,
942
+ 4.065357,
943
+ 4.065357,
944
+ 4.065357,
945
+ 4.065357,
946
+ 4.065357,
947
+ 4.065357,
948
+ 4.065357,
949
+ 4.065357,
950
+ 4.065357,
951
+ 4.065357,
952
+ 4.065357,
953
+ 4.065357,
954
+ 4.065357,
955
+ 4.065357,
956
+ 4.065357,
957
+ 4.065357,
958
+ 4.065357,
959
+ 4.065357,
960
+ 4.065357,
961
+ 4.065357,
962
+ 4.065357,
963
+ 4.065357,
964
+ 4.065357,
965
+ 4.065357,
966
+ 4.065357,
967
+ 4.065357,
968
+ 4.065357,
969
+ 4.065357,
970
+ 4.065357,
971
+ 4.065357,
972
+ 4.065357,
973
+ 4.065357,
974
+ 4.065357,
975
+ 4.065357,
976
+ 4.065357,
977
+ 4.065357,
978
+ 4.065357,
979
+ 4.065357,
980
+ 4.065357,
981
+ 4.065357,
982
+ 4.065357,
983
+ 4.065357,
984
+ 4.065357,
985
+ 4.065357,
986
+ 4.065357,
987
+ 4.065357,
988
+ 4.065357,
989
+ 4.065357,
990
+ 4.065357,
991
+ 4.065357,
992
+ 4.065357,
993
+ 4.065357,
994
+ 4.065357,
995
+ 4.065357,
996
+ 4.065357,
997
+ 4.219508,
998
+ 4.219508,
999
+ 4.219508,
1000
+ 4.219508,
1001
+ 4.219508,
1002
+ 4.219508,
1003
+ 4.219508,
1004
+ 4.219508,
1005
+ 4.219508,
1006
+ 4.219508,
1007
+ 4.219508,
1008
+ 4.219508,
1009
+ 4.219508,
1010
+ 4.219508,
1011
+ 4.219508,
1012
+ 4.219508,
1013
+ 4.219508,
1014
+ 4.219508,
1015
+ 4.219508,
1016
+ 4.219508,
1017
+ 4.219508,
1018
+ 4.219508,
1019
+ 4.219508,
1020
+ 4.219508,
1021
+ 4.219508,
1022
+ 4.219508,
1023
+ 4.219508,
1024
+ 4.219508,
1025
+ 4.219508,
1026
+ 4.219508,
1027
+ 4.219508,
1028
+ 4.219508,
1029
+ 4.219508,
1030
+ 4.219508,
1031
+ 4.219508,
1032
+ 4.219508,
1033
+ 4.219508,
1034
+ 4.219508,
1035
+ 4.219508,
1036
+ 4.219508,
1037
+ 4.219508,
1038
+ 4.219508,
1039
+ 4.219508,
1040
+ 4.219508,
1041
+ 4.219508,
1042
+ 4.219508,
1043
+ 4.219508,
1044
+ 4.219508,
1045
+ 4.219508,
1046
+ 4.219508,
1047
+ 4.219508,
1048
+ 4.219508,
1049
+ 4.219508,
1050
+ 4.219508,
1051
+ 4.219508,
1052
+ 4.219508,
1053
+ 4.219508,
1054
+ 4.219508,
1055
+ 4.219508,
1056
+ 4.219508,
1057
+ 4.219508,
1058
+ 4.219508,
1059
+ 4.219508,
1060
+ 4.219508,
1061
+ 4.219508,
1062
+ 4.219508,
1063
+ 4.219508,
1064
+ 4.219508,
1065
+ 4.219508,
1066
+ 4.219508,
1067
+ 4.219508,
1068
+ 4.219508,
1069
+ 4.219508,
1070
+ 4.219508,
1071
+ 4.219508,
1072
+ 4.219508,
1073
+ 4.219508,
1074
+ 4.219508,
1075
+ 4.219508,
1076
+ 4.219508,
1077
+ 4.219508,
1078
+ 4.219508,
1079
+ 4.219508,
1080
+ 4.219508,
1081
+ 4.219508,
1082
+ 4.219508,
1083
+ 4.219508,
1084
+ 4.219508,
1085
+ 4.219508,
1086
+ 4.219508,
1087
+ 4.219508,
1088
+ 4.219508,
1089
+ 4.219508,
1090
+ 4.219508,
1091
+ 4.219508,
1092
+ 4.219508,
1093
+ 4.219508,
1094
+ 4.219508,
1095
+ 4.219508,
1096
+ 4.219508,
1097
+ 4.219508,
1098
+ 4.219508,
1099
+ 4.219508,
1100
+ 4.219508,
1101
+ 4.219508,
1102
+ 4.219508,
1103
+ 4.219508,
1104
+ 4.219508,
1105
+ 4.219508,
1106
+ 4.219508,
1107
+ 4.219508,
1108
+ 4.219508,
1109
+ 4.219508,
1110
+ 4.219508,
1111
+ 4.219508,
1112
+ 4.219508,
1113
+ 4.219508,
1114
+ 4.219508,
1115
+ 4.219508,
1116
+ 4.219508,
1117
+ 4.219508,
1118
+ 4.219508,
1119
+ 4.219508,
1120
+ 4.219508,
1121
+ 4.219508,
1122
+ 4.219508,
1123
+ 4.219508,
1124
+ 4.219508,
1125
+ 4.219508,
1126
+ 4.219508,
1127
+ 4.401829,
1128
+ 4.401829,
1129
+ 4.401829,
1130
+ 4.401829,
1131
+ 4.401829,
1132
+ 4.401829,
1133
+ 4.401829,
1134
+ 4.401829,
1135
+ 4.401829,
1136
+ 4.401829,
1137
+ 4.401829,
1138
+ 4.401829,
1139
+ 4.401829,
1140
+ 4.401829,
1141
+ 4.401829,
1142
+ 4.401829,
1143
+ 4.401829,
1144
+ 4.401829,
1145
+ 4.401829,
1146
+ 4.401829,
1147
+ 4.401829,
1148
+ 4.401829,
1149
+ 4.401829,
1150
+ 4.401829,
1151
+ 4.401829,
1152
+ 4.401829,
1153
+ 4.401829,
1154
+ 4.401829,
1155
+ 4.401829,
1156
+ 4.401829,
1157
+ 4.401829,
1158
+ 4.401829,
1159
+ 4.401829,
1160
+ 4.401829,
1161
+ 4.401829,
1162
+ 4.401829,
1163
+ 4.401829,
1164
+ 4.401829,
1165
+ 4.401829,
1166
+ 4.401829,
1167
+ 4.401829,
1168
+ 4.401829,
1169
+ 4.401829,
1170
+ 4.401829,
1171
+ 4.401829,
1172
+ 4.401829,
1173
+ 4.401829,
1174
+ 4.401829,
1175
+ 4.401829,
1176
+ 4.401829,
1177
+ 4.401829,
1178
+ 4.401829,
1179
+ 4.401829,
1180
+ 4.401829,
1181
+ 4.401829,
1182
+ 4.401829,
1183
+ 4.401829,
1184
+ 4.401829,
1185
+ 4.401829,
1186
+ 4.401829,
1187
+ 4.401829,
1188
+ 4.401829,
1189
+ 4.401829,
1190
+ 4.401829,
1191
+ 4.401829,
1192
+ 4.401829,
1193
+ 4.401829,
1194
+ 4.401829,
1195
+ 4.401829,
1196
+ 4.401829,
1197
+ 4.401829,
1198
+ 4.401829,
1199
+ 4.401829,
1200
+ 4.401829,
1201
+ 4.401829,
1202
+ 4.401829,
1203
+ 4.401829,
1204
+ 4.401829,
1205
+ 4.401829,
1206
+ 4.401829,
1207
+ 4.401829,
1208
+ 4.401829,
1209
+ 4.401829,
1210
+ 4.401829,
1211
+ 4.401829,
1212
+ 4.401829,
1213
+ 4.401829,
1214
+ 4.401829,
1215
+ 4.401829,
1216
+ 4.401829,
1217
+ 4.401829,
1218
+ 4.401829,
1219
+ 4.401829,
1220
+ 4.401829,
1221
+ 4.401829,
1222
+ 4.401829,
1223
+ 4.401829,
1224
+ 4.401829,
1225
+ 4.401829
1226
+ ],
1227
+ "weights": [
1228
+ 0.159003,
1229
+ 0.257913,
1230
+ -0.236969,
1231
+ 0.10217,
1232
+ 0.0828,
1233
+ -0.325496,
1234
+ -0.216663,
1235
+ 0.046269,
1236
+ 0.432304,
1237
+ -0.350619,
1238
+ -0.226859,
1239
+ -0.089496,
1240
+ -0.187793,
1241
+ 0.056208,
1242
+ 0.159585,
1243
+ 0.080501,
1244
+ -0.068473,
1245
+ 0.249568,
1246
+ -0.002033,
1247
+ -0.154916,
1248
+ -0.091323,
1249
+ -0.343605,
1250
+ -0.234249,
1251
+ 0.270472,
1252
+ 0.22134,
1253
+ 0.073088,
1254
+ 0.097849,
1255
+ 0.045023,
1256
+ 0.201307,
1257
+ -0.043778,
1258
+ -0.034582,
1259
+ -0.208848,
1260
+ 0.16398,
1261
+ 0.015785,
1262
+ -0.024344,
1263
+ -0.016632,
1264
+ 0.348018,
1265
+ -0.153371,
1266
+ 0.022109,
1267
+ 0.00351,
1268
+ 0.149675,
1269
+ -0.029169,
1270
+ 0.00275,
1271
+ -0.014172,
1272
+ 0.108322,
1273
+ 0.029967,
1274
+ 0.228781,
1275
+ 0.09154,
1276
+ -0.043155,
1277
+ 0.024837,
1278
+ -0.048653,
1279
+ 0.256641,
1280
+ 0.256641,
1281
+ 0.26996,
1282
+ 0.02945,
1283
+ 0.195795,
1284
+ 0.230403,
1285
+ -0.253588,
1286
+ -0.046215,
1287
+ 0.224855,
1288
+ -0.179098,
1289
+ -0.093767,
1290
+ -0.021531,
1291
+ 0.088325,
1292
+ 0.111709,
1293
+ 0.074102,
1294
+ -0.171141,
1295
+ 0.231748,
1296
+ 0.101094,
1297
+ -0.089995,
1298
+ -0.130668,
1299
+ -0.202593,
1300
+ -0.07515,
1301
+ -0.08542,
1302
+ -0.120502,
1303
+ -0.122365,
1304
+ -0.088175,
1305
+ 0.044681,
1306
+ 0.0949,
1307
+ 0.104787,
1308
+ -0.042876,
1309
+ 0.009874,
1310
+ -0.020468,
1311
+ -0.090792,
1312
+ 0.042499,
1313
+ -0.164504,
1314
+ 0.22936,
1315
+ 0.22936,
1316
+ -0.045419,
1317
+ -0.011095,
1318
+ 0.035097,
1319
+ -0.100819,
1320
+ 0.058228,
1321
+ -0.18387,
1322
+ 0.163393,
1323
+ -0.089573,
1324
+ -0.010759,
1325
+ -0.064752,
1326
+ 0.029147,
1327
+ 0.00192,
1328
+ -0.048787,
1329
+ 0.037233,
1330
+ 0.02262,
1331
+ -0.037761,
1332
+ -0.032786,
1333
+ -0.145161,
1334
+ 0.064777,
1335
+ 0.152491,
1336
+ -0.096916,
1337
+ 0.005507,
1338
+ 0.133373,
1339
+ -0.079071,
1340
+ 0.208921,
1341
+ 0.117224,
1342
+ -0.121065,
1343
+ -0.16044,
1344
+ -0.076292,
1345
+ -0.160958,
1346
+ 0.089674,
1347
+ 0.035955,
1348
+ -0.082614,
1349
+ 0.089834,
1350
+ -0.098439,
1351
+ 0.055696,
1352
+ -0.020601,
1353
+ 0.043082,
1354
+ -0.091522,
1355
+ -0.019321,
1356
+ 0.009801,
1357
+ -0.035236,
1358
+ 0.064749,
1359
+ 0.024778,
1360
+ 0.028063,
1361
+ 0.076238,
1362
+ 0.105312,
1363
+ -0.068989,
1364
+ 0.0265,
1365
+ -0.068834,
1366
+ -0.017761,
1367
+ -0.100786,
1368
+ -0.139875,
1369
+ -0.125507,
1370
+ 0.063232,
1371
+ 0.137654,
1372
+ 0.120728,
1373
+ 0.203662,
1374
+ 0.069639,
1375
+ 0.075402,
1376
+ 0.031553,
1377
+ 0.131568,
1378
+ -0.026785,
1379
+ 0.041234,
1380
+ -0.081491,
1381
+ 0.080182,
1382
+ -0.146448,
1383
+ 0.010087,
1384
+ -0.099733,
1385
+ -0.110009,
1386
+ -0.090028,
1387
+ -0.130088,
1388
+ -0.133734,
1389
+ -0.120057,
1390
+ 0.035946,
1391
+ 0.002593,
1392
+ 0.119276,
1393
+ -0.125411,
1394
+ -0.119812,
1395
+ -0.148105,
1396
+ 0.042713,
1397
+ -0.045625,
1398
+ -0.075698,
1399
+ -0.082802,
1400
+ -0.089182,
1401
+ -0.036898,
1402
+ -0.081929,
1403
+ 0.125201,
1404
+ 0.070418,
1405
+ 0.00111,
1406
+ -0.00064,
1407
+ 0.034719,
1408
+ 0.1272,
1409
+ 0.02364,
1410
+ 0.101558,
1411
+ -0.11963,
1412
+ -0.109748,
1413
+ 0.193521,
1414
+ -0.046254,
1415
+ 0.092246,
1416
+ 0.001976,
1417
+ 0.037272,
1418
+ 0.138826,
1419
+ 0.119962,
1420
+ 0.066075,
1421
+ 0.083261,
1422
+ 0.079179,
1423
+ 0.139646,
1424
+ -0.061836,
1425
+ -0.121607,
1426
+ -0.084844,
1427
+ -0.000781,
1428
+ 0.009695,
1429
+ 0.016531,
1430
+ -0.048389,
1431
+ 0.056818,
1432
+ 0.081842,
1433
+ 0.072553,
1434
+ 0.078153,
1435
+ -0.040022,
1436
+ 0.040577,
1437
+ -0.122322,
1438
+ 0.171667,
1439
+ -0.077239,
1440
+ -0.02301,
1441
+ -0.090721,
1442
+ 0.021694,
1443
+ -0.000326,
1444
+ -0.022831,
1445
+ 0.132607,
1446
+ -0.091358,
1447
+ -0.159905,
1448
+ 0.009883,
1449
+ -0.038756,
1450
+ 0.123302,
1451
+ 0.065374,
1452
+ 0.048106,
1453
+ 0.074689,
1454
+ 0.03753,
1455
+ -0.055177,
1456
+ 0.072526,
1457
+ 0.11222,
1458
+ 0.043388,
1459
+ 0.111282,
1460
+ -0.034291,
1461
+ 0.042546,
1462
+ 0.043915,
1463
+ 0.138207,
1464
+ 0.041776,
1465
+ 0.071444,
1466
+ 0.070289,
1467
+ 0.106253,
1468
+ 0.160854,
1469
+ 0.076033,
1470
+ 0.045612,
1471
+ 0.029683,
1472
+ -0.006826,
1473
+ 0.097301,
1474
+ 0.011276,
1475
+ -0.0297,
1476
+ 0.091417,
1477
+ 0.090279,
1478
+ -0.041623,
1479
+ -0.033651,
1480
+ 0.062922,
1481
+ 0.066163,
1482
+ 0.070165,
1483
+ 0.146021,
1484
+ -0.042495,
1485
+ -0.027051,
1486
+ -0.12508,
1487
+ -0.014918,
1488
+ 0.112176,
1489
+ 0.000973,
1490
+ 0.154979,
1491
+ -0.04598,
1492
+ 0.022245,
1493
+ 0.081221,
1494
+ -0.019756,
1495
+ 0.060616,
1496
+ -0.072395,
1497
+ -0.02345,
1498
+ -0.048891,
1499
+ -0.036082,
1500
+ 0.010436,
1501
+ -0.076073,
1502
+ -0.136488,
1503
+ -0.048451,
1504
+ -0.051028,
1505
+ -0.003029,
1506
+ -0.074379,
1507
+ -0.10066,
1508
+ -0.084547,
1509
+ -0.058015,
1510
+ -0.062048,
1511
+ -0.090269,
1512
+ -0.118593,
1513
+ -0.171916,
1514
+ -0.080824,
1515
+ -0.115854,
1516
+ -0.084028,
1517
+ 0.058883,
1518
+ 0.03294,
1519
+ 0.052284,
1520
+ -0.02659,
1521
+ 0.04731,
1522
+ 0.153837,
1523
+ 0.025417,
1524
+ 0.120595,
1525
+ 0.110087,
1526
+ -0.01567,
1527
+ 0.102368,
1528
+ 0.027112,
1529
+ 0.126109,
1530
+ -0.027234,
1531
+ -0.060847,
1532
+ 0.083581,
1533
+ 0.119329,
1534
+ -0.086322,
1535
+ -0.000562,
1536
+ 0.059417,
1537
+ 0.010633,
1538
+ 0.023181,
1539
+ 0.073519,
1540
+ 0.010817,
1541
+ 0.002173,
1542
+ -0.027888,
1543
+ -0.052521,
1544
+ -0.030081,
1545
+ 0.046755,
1546
+ 0.041829,
1547
+ -0.059286,
1548
+ -0.054232,
1549
+ 0.066804,
1550
+ -0.031474,
1551
+ 0.113407,
1552
+ 0.122781,
1553
+ 0.052584,
1554
+ 0.096763,
1555
+ -0.042846,
1556
+ 0.064751,
1557
+ -0.068116,
1558
+ -0.03908,
1559
+ 0.080087,
1560
+ 0.038726,
1561
+ 0.023671,
1562
+ -0.10949,
1563
+ -0.10949,
1564
+ 0.092171,
1565
+ 0.066078,
1566
+ 0.060204,
1567
+ 0.094854,
1568
+ 0.02733,
1569
+ -0.043271,
1570
+ -0.05749,
1571
+ 0.04562,
1572
+ -0.07596,
1573
+ -0.097324,
1574
+ -0.007636,
1575
+ -0.059238,
1576
+ -0.020095,
1577
+ -0.023035,
1578
+ -0.096965,
1579
+ -0.059605,
1580
+ 0.080916,
1581
+ 0.107401,
1582
+ -0.077324,
1583
+ -0.117819,
1584
+ -0.06588,
1585
+ -0.136194,
1586
+ -0.089664,
1587
+ -0.054891,
1588
+ -0.046276,
1589
+ -0.043584,
1590
+ -0.092609,
1591
+ -0.079732,
1592
+ -0.108439,
1593
+ -0.102472,
1594
+ -0.100815,
1595
+ -0.152496,
1596
+ -0.086585,
1597
+ -0.125295,
1598
+ -0.125295,
1599
+ 0.108482,
1600
+ 0.023036,
1601
+ 0.077412,
1602
+ 0.068009,
1603
+ -0.010109,
1604
+ 0.011436,
1605
+ 0.056403,
1606
+ 0.033545,
1607
+ 0.042854,
1608
+ 0.013349,
1609
+ 0.0704,
1610
+ 0.035854,
1611
+ 0.052477,
1612
+ 0.071381,
1613
+ 0.054977,
1614
+ 0.074198,
1615
+ 0.070569,
1616
+ 0.026335,
1617
+ -0.009279,
1618
+ -0.027267,
1619
+ 0.046306,
1620
+ 0.013317,
1621
+ -0.021089,
1622
+ -0.053606,
1623
+ -0.003583,
1624
+ -0.048286,
1625
+ 0.002755,
1626
+ 0.021013,
1627
+ 0.0367,
1628
+ 0.102498,
1629
+ 0.02147,
1630
+ 0.061355,
1631
+ 0.085459,
1632
+ 0.085459,
1633
+ 0.125808,
1634
+ 0.082216,
1635
+ 0.049218,
1636
+ 0.091407,
1637
+ 0.051088,
1638
+ 0.051328,
1639
+ 0.021762,
1640
+ 0.054115,
1641
+ 0.040849,
1642
+ 0.042371,
1643
+ 0.10028,
1644
+ 0.042135,
1645
+ 0.069616,
1646
+ -0.057769,
1647
+ 0.101643,
1648
+ 0.069204,
1649
+ -0.068738,
1650
+ -0.016929,
1651
+ -0.038425,
1652
+ -0.073478,
1653
+ 0.10041,
1654
+ 0.037948,
1655
+ 0.037958,
1656
+ 0.071548,
1657
+ 0.04388,
1658
+ 0.017809,
1659
+ -0.014246,
1660
+ -0.022979,
1661
+ 0.000183,
1662
+ 0.099085,
1663
+ 0.043221,
1664
+ -0.00338,
1665
+ 0.068134,
1666
+ 0.057091,
1667
+ 0.107548,
1668
+ 0.072102,
1669
+ 0.001494,
1670
+ 0.026663,
1671
+ 0.062406,
1672
+ 0.008113,
1673
+ -0.024384,
1674
+ -0.046062,
1675
+ -0.066057,
1676
+ -0.094427,
1677
+ 0.021079,
1678
+ -0.018559,
1679
+ 0.08647,
1680
+ -0.058518,
1681
+ -0.010259,
1682
+ 0.06483,
1683
+ -0.017862,
1684
+ -0.018768,
1685
+ -0.021284,
1686
+ -0.017862,
1687
+ -0.016273,
1688
+ -0.044824,
1689
+ 0.01649,
1690
+ -0.038168,
1691
+ -0.084988,
1692
+ -0.019166,
1693
+ -0.019166,
1694
+ 0.028731,
1695
+ -0.062029,
1696
+ -0.027699,
1697
+ -0.072235,
1698
+ 0.098737,
1699
+ -0.092503,
1700
+ 0.036048,
1701
+ -0.018871,
1702
+ -0.067152,
1703
+ -0.056549,
1704
+ -0.084836,
1705
+ -0.034031,
1706
+ -0.022331,
1707
+ 0.006235,
1708
+ -0.04104,
1709
+ -0.02712,
1710
+ -0.044767,
1711
+ -0.080611,
1712
+ -0.072627,
1713
+ -0.097679,
1714
+ -0.08475,
1715
+ -0.059182,
1716
+ -0.067332,
1717
+ -0.059182,
1718
+ -0.072699,
1719
+ -0.088895,
1720
+ -0.092349,
1721
+ -0.115511,
1722
+ -0.102376,
1723
+ -0.073224,
1724
+ -0.080122,
1725
+ -0.108982,
1726
+ -0.136861,
1727
+ -0.131944,
1728
+ -0.103185,
1729
+ 0.046131,
1730
+ -0.015193,
1731
+ 0.026479,
1732
+ 0.015045,
1733
+ -0.049342,
1734
+ 0.005585,
1735
+ 0.033957,
1736
+ -0.017995,
1737
+ -0.001199,
1738
+ 0.088317,
1739
+ -0.013493,
1740
+ 0.059133,
1741
+ 0.075559,
1742
+ 0.005459,
1743
+ 0.06882,
1744
+ 0.068996,
1745
+ 0.083463,
1746
+ -0.108685,
1747
+ 0.067925,
1748
+ 0.044674,
1749
+ 0.045894,
1750
+ 0.05346,
1751
+ -0.014193,
1752
+ -0.037544,
1753
+ -0.051746,
1754
+ -0.039942,
1755
+ -0.02354,
1756
+ -0.010315,
1757
+ 0.079802,
1758
+ 0.075949,
1759
+ -0.064933,
1760
+ 0.011372,
1761
+ -0.033075,
1762
+ 0.025342,
1763
+ 0.019096,
1764
+ -0.034562,
1765
+ 0.003191,
1766
+ 0.067742,
1767
+ 0.067742,
1768
+ 0.097798,
1769
+ 0.125862,
1770
+ 0.125862,
1771
+ 0.058272,
1772
+ 0.065507,
1773
+ 0.030177,
1774
+ 0.081472,
1775
+ 0.077363,
1776
+ -0.000975,
1777
+ -0.03793,
1778
+ 0.073983,
1779
+ 0.049953,
1780
+ -0.02016,
1781
+ 0.082046,
1782
+ 0.036092,
1783
+ -0.029963,
1784
+ 0.053976,
1785
+ 0.012348,
1786
+ -0.087553,
1787
+ -0.001464,
1788
+ 0.126742,
1789
+ 0.04487,
1790
+ -0.041504,
1791
+ 0.029525,
1792
+ -0.061348,
1793
+ 0.098973,
1794
+ -0.04995,
1795
+ 0.099276,
1796
+ -0.021181,
1797
+ 0.007564,
1798
+ 0.023296,
1799
+ 0.101437,
1800
+ 0.031701,
1801
+ -0.063331,
1802
+ 0.094608,
1803
+ 0.04859,
1804
+ 0.043328,
1805
+ -0.093323,
1806
+ 0.041592,
1807
+ -0.004873,
1808
+ -0.017501,
1809
+ -0.050956,
1810
+ -0.011153,
1811
+ 0.120153,
1812
+ 0.104319,
1813
+ -0.046719,
1814
+ 0.005034,
1815
+ 0.00638,
1816
+ 0.055552,
1817
+ 0.04976,
1818
+ -0.063099,
1819
+ 0.093111,
1820
+ 0.047548,
1821
+ 0.016179,
1822
+ 0.030354,
1823
+ -0.087007,
1824
+ 0.049388,
1825
+ -0.051058,
1826
+ -0.014043,
1827
+ 0.070704
1828
+ ],
1829
+ "extra_weights": [
1830
+ 0.574597,
1831
+ 1.60087,
1832
+ 0.0,
1833
+ -0.701728,
1834
+ 0.949751,
1835
+ 0.646737,
1836
+ -1.263073,
1837
+ -0.798307,
1838
+ -0.212278,
1839
+ -0.700163,
1840
+ 0.72675,
1841
+ 0.418783,
1842
+ 0.088337,
1843
+ 0.0,
1844
+ -0.073406
1845
+ ],
1846
+ "bias": 0.630011
1847
+ }