Commit Graph

363 Commits (parametric)

Author SHA1 Message Date
Matthieu Gomez d0a8a2afb8
Merge branch 'main' into parametric 2021-09-06 10:26:47 -04:00
matthieugomez 8533de4782 Merge branch 'parametric' of https://github.com/matthieugomez/StringDistances.jl into parametric 2021-09-06 10:24:23 -04:00
matthieugomez 3751aa2be5 indent 2021-09-06 10:24:16 -04:00
Matthieu Gomez 254e5e15f6
Simplify Counter (#53)
simplify code by removing counters + use Ints everywhere
2021-09-06 10:19:29 -04:00
Matthieu Gomez d59e549dbe
Merge branch 'main' into parametric 2021-09-06 10:17:02 -04:00
matthieugomez 2a8c0b97ef rename variables 2021-09-06 10:13:36 -04:00
matthieugomez 12a4eabb5f simplify code by removing counters 2021-09-06 10:09:58 -04:00
Matthieu Gomez 2aff23fd6c
Use Int everywhere (#52) 2021-08-08 07:36:43 +02:00
Matthieu Gomez f9c328e1c7
Merge branch 'main' into parametric 2021-08-08 07:35:22 +02:00
matthieugomez 71e4f9430f use Int everywhere 2021-08-08 07:33:04 +02:00
Matthieu Gomez 7524e06d76
remove parametric type (#51) 2021-08-08 07:16:04 +02:00
matthieugomez b392aa2800 remove parametric type 2021-08-08 07:15:24 +02:00
Matthieu Gomez e9b224f03f
simplify a bit preprocessed qgrams (#50) 2021-08-08 06:58:42 +02:00
Matthieu Gomez 633a2d85dc
Update ci.yml 2021-07-31 10:43:15 -07:00
Matthieu Gomez 0c3b250969
Update normalize.jl 2021-07-04 10:52:42 -07:00
Matthieu Gomez 157f4aafda
Update README.md (#48) 2021-07-04 10:50:40 -07:00
Matthieu Gomez 35ab1070d1
Update README.md 2021-06-23 12:57:44 -07:00
matthieugomez f26cd16983 import from StatsAPI 2021-04-21 08:57:50 -07:00
matthieugomez 2dd75ae6fa Update ci.yml 2021-04-05 14:11:21 -07:00
matthieugomez 9d9b72065d Create ci.yml 2021-04-05 13:58:14 -07:00
matthieugomez 373c3ba60d rmv Travis 2021-04-05 13:55:09 -07:00
matthieugomez 7b9568d028 Update README.md 2021-01-07 10:18:31 +01:00
matthieugomez f270e18310 simplify pairwise 2020-12-30 14:39:18 +01:00
matthieugomez 15175976a2 Update modifiers.jl 2020-12-30 14:24:24 +01:00
matthieugomez d650b62a40 clean tests 2020-11-14 12:37:04 -08:00
matthieugomez f9675fd110 update 2020-11-14 11:40:44 -08:00
matthieugomez 1cc89f0827 add more docs 2020-11-12 09:24:34 -08:00
matthieugomez daaaad9d08 Update Project.toml 2020-11-11 21:18:09 -08:00
matthieugomez 5cc8363264 Update README.md 2020-11-11 21:17:12 -08:00
matthieugomez aeb26abdba Update README.md 2020-11-11 21:16:56 -08:00
matthieugomez 6a190ecba5 Update README.md 2020-11-11 21:16:22 -08:00
matthieugomez 893dee9b49 Update README.md 2020-11-11 21:13:58 -08:00
matthieugomez 730a513d8e redefine modifiers 2020-11-11 21:13:14 -08:00
matthieugomez bd9c7fba24 use pre-preprocessing in find* functions 2020-11-10 14:20:32 -08:00
matthieugomez 4e2ab1b062 NormalizedMultisetDistance -> NMD 2020-11-10 13:52:31 -08:00
Robert Feldt ed6c2f650f
Add NMD and fix bug in MorisitaOverlap (#40) 2020-11-10 10:55:05 -08:00
matthieugomez f4185fbfe0 add test 2020-11-10 07:29:48 -08:00
matthieugomez 876e6c830b Update README.md 2020-11-10 07:24:32 -08:00
matthieugomez fb76069b68 Update README.md 2020-11-10 07:22:29 -08:00
matthieugomez d20650bb9e add readme about Hamming and pairwise 2020-11-10 07:14:13 -08:00
Robert Feldt 0c57f62319
Adds MorisitaOverlap distance (#39) 2020-11-10 07:12:28 -08:00
matthieugomez e4095682b4 add Hamming + restrict pairwise to vectors + handle missings 2020-11-09 19:04:35 -08:00
matthieugomez b407b186f0 Update pairwise.jl 2020-11-08 17:33:17 -08:00
matthieugomez 8c2811b564 Update pairwise.jl 2020-11-08 17:26:04 -08:00
matthieugomez 55abbc7702 Update pairwise.jl 2020-11-08 17:24:17 -08:00
matthieugomez e1aafafe11 Update pairwise.jl 2020-11-08 17:13:18 -08:00
matthieugomez 3040be7ced export pairwise! 2020-11-08 17:05:14 -08:00
Robert Feldt a0e5347d8c
pairwise for calculating distance matrices (#38) 2020-11-08 16:16:28 -08:00
matthieugomez c7728160bf correct 2020-11-07 12:48:53 -08:00
matthieugomez a53c7a9d2f add max_dist as part field for Levenshtein 2020-11-07 11:46:47 -08:00