-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - move workaround on _predict_distances from distance to classification - override only the instance method and not the class function * rename to "distance_logeuclid_cpm" to "distance_logeuclid_to_convex_hull_cpm" add "weights_euclid_cpm" * separate weights from distance functions * complete tests * add warnings * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update pyriemann_qiskit/utils/distance.py Co-authored-by: Quentin Barthélemy <[email protected]> * Update pyriemann_qiskit/utils/distance.py Co-authored-by: Quentin Barthélemy <[email protected]> * Update pyriemann_qiskit/utils/distance.py Co-authored-by: Quentin Barthélemy <[email protected]> * replace "_cpm" * [pre-commit.ci] auto fixes from pre-commit.com hooks * fix lint * set _weights_distance as private complete api.rst * [pre-commit.ci] auto fixes from pre-commit.com hooks * Update pyriemann_qiskit/utils/mean.py Co-authored-by: Quentin Barthélemy <[email protected]> * Update pyriemann_qiskit/utils/distance.py Co-authored-by: Quentin Barthélemy <[email protected]> * Update pyriemann_qiskit/classification.py Co-authored-by: Quentin Barthélemy <[email protected]> * Update pyriemann_qiskit/utils/distance.py Co-authored-by: Quentin Barthélemy <[email protected]> * update api.rst * replace pyQiskitOptimizer by :class:`pyriemann_qiskit.utils.docplex.pyQiskitOptimizer` * move and rename _predict_distance * [pre-commit.ci] auto fixes from pre-commit.com hooks * create module utils.utils * [pre-commit.ci] auto fixes from pre-commit.com hooks * improve code * [pre-commit.ci] auto fixes from pre-commit.com hooks --------- Co-authored-by: Gregoire Cattan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Quentin Barthélemy <[email protected]>
- Loading branch information
1 parent
045a36a
commit a89478b
Showing
12 changed files
with
243 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.