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

9
LINES

< > BotCompany Repo | #1027817 // threeB1BScore_int [0-100 score from # of positive and negative examples]

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2498L/16K).

1  
static int threeB1BScore_int(int pos, int neg) {
2  
  ret iround(threeB1BScore(pos, neg));
3  
}
4  
5  
ifclass PosNeg
6  
static int threeB1BScore_int(PosNeg pn) {
7  
  ret iround(threeB1BScore(pn));
8  
}
9  
endif

Author comment

Began life as a copy of #1027816

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: #1027817
Snippet name: threeB1BScore_int [0-100 score from # of positive and negative examples]
Eternal ID of this version: #1027817/1
Text MD5: 512ea620429982af13c717f7954ac93f
Transpilation MD5: 4b74f78ee7861c78cc95313d03ab973e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-04-13 20:09:35
Source code size: 196 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 178
Referenced in: [show references]