Uses 911K of libraries. Click here for Pure Java version (18624L/104K).
!7 !include #1021788 cmodule AppliedRules > DynAppliedRules { // API // ruleID -> count Map<S, Int> statsForNonJudged() { new MultiSet<S> ms; for (AppliedRule r : concepts()) if (empty(r.judgement)) ms.add(r.ruleID); ret multiSetToMap(ms); } }
Began life as a copy of #1021413
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1021787 |
Snippet name: | Gazelle: All Rule Applications |
Eternal ID of this version: | #1021787/11 |
Text MD5: | 02048317328b6e10c1d229d99d50ac0e |
Transpilation MD5: | d8145a6495c649291599168aa320d966 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-05 21:28:54 |
Source code size: | 297 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 345 / 12044 |
Version history: | 10 change(s) |
Referenced in: | #1021820 - dm_gazelle_saveAppliedRuleToLongList #1021824 - dm_gazelle_longFeedbackCRUD #1022160 - gazelle_dataProgramIDs #1022162 - gazelle_importFromCentralMachine (rules + applications) |