-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binary similarity support #349
Labels
Comments
sepandhaghighi
added a commit
that referenced
this issue
Aug 10, 2022
sepandhaghighi
added a commit
that referenced
this issue
Aug 10, 2022
sepandhaghighi
added a commit
that referenced
this issue
Aug 10, 2022
sepandhaghighi
added a commit
that referenced
this issue
Aug 10, 2022
sepandhaghighi
added a commit
that referenced
this issue
Aug 10, 2022
sadrasabouri
pushed a commit
that referenced
this issue
Aug 10, 2022
* feat : Braun-Blanquet-similarity added #349 * fix : BB verified test added #349 * fix : tests updated #349 * fix : minor bug in BB verified tests fixed * doc : Document updated #349 * doc : minor edit in Document #349 * fix : autopep8 * doc : CHANGELOG updated * doc : new reference added * doc : references format updated * doc : minor edit in BB reference #444
Merged
sepandhaghighi
added a commit
that referenced
this issue
Dec 29, 2022
alirezazolanvari
added a commit
that referenced
this issue
Jan 2, 2023
alirezazolanvari
added a commit
that referenced
this issue
Jan 2, 2023
Merged
alirezazolanvari
added a commit
that referenced
this issue
Jan 6, 2023
* feat : distance method added #349 #350 * doc : minor edit in docstring * fix : minor edit in distance method error handler * edit : minor pep8 edits. * add : `BatageljBren` metric added. * add : `BaulieuI` metric added. * add : `BaulieuII` metric added. * add : `BaulieuIII` metric added. * add : `BaulieuIV` metric added. * add : `BaulieuV` metric added. * add : `BaulieuVI` metric added. * add : `BaulieuVII` metric added. * add : `BaulieuVIII` metric added. * add : `BaulieuIX` metric added. * add : `BaulieuX` metric. * add : `BaulieuXI` metric. * add : `BaulieuXII` metric. * add : `BaulieuXIII` metric. * add : `BaulieuXIV` metric. * add : `BaulieuXV` metric. * add : `BeniniI` metric. * add : `BeniniII` metric. * add : `Canberra` metric. * add : `Clement` metric. * add : `ConsonniTodeschiniI` metric. * add : `ConsonniTodeschiniII` metric. * add : `ConsonniTodeschiniIII` metric. * add : `ConsonniTodeschiniIV` metric. * add : `ConsonniTodeschiniV` metric. * doc : Distance.ipynb added * fix : __init__.py updated * reformat refs #349 #350 * Add Abydos ref #349 #350 * doc : Distance.ipynb updated * fix : verified_test.py updated * fix : error_test.py updated * fix : function_test.py updated * doc : Document.ipynb updated * fix : autopep8 * doc : CHANGELOG updated * doc : Document updated * doc : minor edit in Distance.ipynb titles * doc : Baulieu IV formula fixed * doc : Distance notebook added to notebook_check.py * doc : distance method docstring updated * doc : verified_test.py links updated * doc : minor edit in Distance.ipynb style Co-authored-by: sadrasabouri <[email protected]> Co-authored-by: alirezazolanvari <[email protected]>
Merged
Merged
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 12, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 13, 2023
alirezazolanvari
added a commit
that referenced
this issue
Feb 13, 2023
Merged
sadrasabouri
pushed a commit
that referenced
this issue
Feb 23, 2023
* Add five new metric #349 #350 * Add five new metrics #349 #350 * Add five new metrics #349 #350 * Add five new metrics #349 #350 * Add five new metrics #349 #350 * Minor edits #349 #350 * Add five new metrics #349 #350 * Apply autopep8 #349 #350 * fix minor bug in GillbertWells similarity #349 #350 * fix minor bug in Goodall similarity #349 #350 * fix minor bug in Hurlbert correlation #349 #350 * Add new metrics verified test #349 #350 * minor edit * minor edit * remove problematic distances #349 #350 * change Goodall test method to resudual mode #349 #350 * doc : Distance.ipynb updated #485 * doc : Distance.ipynb updated #485 * doc : Distance.ipynb script section changed #485 * doc : Distance.ipynb updated #485 * doc : CHANGELOG updated #485 * fix : autopep8 * Modify references * doc : minor bugs in Document fixed #485 * fix : minor edit in Gilbert & Wells function #485 * fix : sort_char_num_transformer function added #485 * doc : minor edit in docstring #485 * fix : autopep8 #485 --------- Co-authored-by: sepandhaghighi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Support more binary similarity measures as a new method.
The text was updated successfully, but these errors were encountered: