-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implementation of NCH (Nearest Convex Hull) classifier #253
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 624e942 - Browse repository at this point
Copy the full SHA 624e942View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3f6d9 - Browse repository at this point
Copy the full SHA cf3f6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd85f0a - Browse repository at this point
Copy the full SHA fd85f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4548b78 - Browse repository at this point
Copy the full SHA 4548b78View commit details
Commits on Mar 5, 2024
-
Added support for parallel processing.
It gives an error: AttributeError: Pipeline has none of the following attributes: decision_function.
Configuration menu - View commit details
-
Copy full SHA for 0de3c40 - Browse repository at this point
Copy the full SHA 0de3c40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37491eb - Browse repository at this point
Copy the full SHA 37491ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1d17b - Browse repository at this point
Copy the full SHA 1c1d17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5633e - Browse repository at this point
Copy the full SHA dc5633eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c4ae29 - Browse repository at this point
Copy the full SHA 1c4ae29View commit details -
Updated to newest code - the new version of the distance function.
Added an example that runs on a small number of test samples, so that we can get results quicker.
Configuration menu - View commit details
-
Copy full SHA for e07cd39 - Browse repository at this point
Copy the full SHA e07cd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a80ea8d - Browse repository at this point
Copy the full SHA a80ea8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8136f - Browse repository at this point
Copy the full SHA 0f8136fView commit details -
- remove constraints on weights
- limite size of training set - change to slsqp optimizer
Gregoire Cattan committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for f7cbe9f - Browse repository at this point
Copy the full SHA f7cbe9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60f5d58 - Browse repository at this point
Copy the full SHA 60f5d58View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aa2fb4 - Browse repository at this point
Copy the full SHA 9aa2fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66aaca1 - Browse repository at this point
Copy the full SHA 66aaca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f02bf - Browse repository at this point
Copy the full SHA f4f02bfView commit details
Commits on Mar 7, 2024
-
Multiple hull support. Stash and merge.
Merge branch 'main' of https://github.com/toncho11/pyRiemann-qiskit-rep
Configuration menu - View commit details
-
Copy full SHA for 4465fc8 - Browse repository at this point
Copy the full SHA 4465fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9357cb - Browse repository at this point
Copy the full SHA c9357cbView commit details -
Added second parameter that specifies the number of hulls.
Configuration menu - View commit details
-
Copy full SHA for 8ab59af - Browse repository at this point
Copy the full SHA 8ab59afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae1b1e - Browse repository at this point
Copy the full SHA 3ae1b1eView commit details
Commits on Mar 8, 2024
-
Added support for transform(). Added a new pipeline [NCH+LDA]
Configuration menu - View commit details
-
Copy full SHA for d7c6e1a - Browse repository at this point
Copy the full SHA d7c6e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8be61 - Browse repository at this point
Copy the full SHA 4e8be61View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f836c - Browse repository at this point
Copy the full SHA f4f836cView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d20109 - Browse repository at this point
Copy the full SHA 4d20109View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc3561 - Browse repository at this point
Copy the full SHA edc3561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffc5bc - Browse repository at this point
Copy the full SHA 1ffc5bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 705164b - Browse repository at this point
Copy the full SHA 705164bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c562d2a - Browse repository at this point
Copy the full SHA c562d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d30fc - Browse repository at this point
Copy the full SHA b9d30fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bed43 - Browse repository at this point
Copy the full SHA 25bed43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eae303 - Browse repository at this point
Copy the full SHA 8eae303View commit details
Commits on Mar 13, 2024
-
Update pyriemann_qiskit/classification.py
Set of SPD matrices. Co-authored-by: Quentin Barthélemy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0d5153 - Browse repository at this point
Copy the full SHA f0d5153View commit details -
Update pyriemann_qiskit/classification.py
Added new lines to before Parameters Co-authored-by: Quentin Barthélemy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d458c9 - Browse repository at this point
Copy the full SHA 1d458c9View commit details -
Update pyriemann_qiskit/classification.py
[y == c, :, :] => [y == c] Co-authored-by: Quentin Barthélemy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3533e4 - Browse repository at this point
Copy the full SHA a3533e4View commit details -
Update pyriemann_qiskit/classification.py
NearestConvexHull text change Co-authored-by: Quentin Barthélemy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94e91b9 - Browse repository at this point
Copy the full SHA 94e91b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cde26 - Browse repository at this point
Copy the full SHA a3cde26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bc8a3 - Browse repository at this point
Copy the full SHA 32bc8a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3676e63 - Browse repository at this point
Copy the full SHA 3676e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for a040bed - Browse repository at this point
Copy the full SHA a040bedView commit details -
Added some comments in classification.
Changes about the global optimizer so, that it is more evident that a global one is used.
Configuration menu - View commit details
-
Copy full SHA for b9837ae - Browse repository at this point
Copy the full SHA b9837aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d655c - Browse repository at this point
Copy the full SHA 01d655cView commit details
Commits on Mar 15, 2024
-
Added support for both "min-hull" and "random-hull" using the constructor parameter "hull-type".
Configuration menu - View commit details
-
Copy full SHA for 1eac251 - Browse repository at this point
Copy the full SHA 1eac251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d3dc4 - Browse repository at this point
Copy the full SHA 67d3dc4View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe9deb1 - Browse repository at this point
Copy the full SHA fe9deb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7da2c5 - Browse repository at this point
Copy the full SHA a7da2c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7047f46 - Browse repository at this point
Copy the full SHA 7047f46View commit details