Uses 11335K of libraries. Click here for Pure Java version (4728L/30K).
1 | // Note: changes the compressor |
2 | static LS lcStream_repeatedPrediction2(int n, LCStreamingCompressor comp) { |
3 | new LS out; |
4 | repeat n { |
5 | S s = lcStream_prediction2(comp); |
6 | if (empty(s)) break; |
7 | out.add(s); |
8 | comp.append(s); |
9 | } |
10 | ret out; |
11 | } |
Began life as a copy of #1029118
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1029119 |
Snippet name: | lcStream_repeatedPrediction2 |
Eternal ID of this version: | #1029119/3 |
Text MD5: | 7c729514da8e0f08e77dc53dcbcfc50b |
Transpilation MD5: | 6afe8c842b42b546a2c02f08b16b0f04 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-07-20 02:12:45 |
Source code size: | 260 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 175 / 244 |
Version history: | 2 change(s) |
Referenced in: | [show references] |