Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1012034 // ai_expandCluster

JavaX fragment (include)

static void ai_expandCluster(Set<S> cluster) {
  for (S s : cloneList(cluster)) {
    cluster.addAll(ai_texts(s, "is identical to", "$X"));
    cluster.addAll(ai_texts("$X", "is identical to", s));
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012034
Snippet name: ai_expandCluster
Eternal ID of this version: #1012034/1
Text MD5: 2a5459d84ca0f1e9d2dae69042daf270
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-16 06:53:19
Source code size: 208 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 338 / 376
Referenced in: [show references]