Libraryless. Click here for Pure Java version (3615L/21K).
1 | static EditDistance newEditDistance_sparseArray2() {
|
2 | new EditDistance ed; |
3 | ed.FKP = new SparseIntArray2D_65536(65536, 65536); |
4 | ed.brf = new EditDistance.LevenshteinBRF(); |
5 | ret ed; |
6 | } |
Began life as a copy of #1026141
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026149 |
| Snippet name: | newEditDistance_sparseArray2 |
| Eternal ID of this version: | #1026149/1 |
| Text MD5: | 9b2580348c0c52813478f3b6a4127ffa |
| Transpilation MD5: | e0d1fac348be9bf41440aeedf3537f19 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-27 03:04:27 |
| Source code size: | 191 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 391 / 550 |
| Referenced in: | [show references] |