-
Notifications
You must be signed in to change notification settings - Fork 161
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
Feature/pca based cost #32
base: master
Are you sure you want to change the base?
Conversation
Many thanks. |
sorry for the delay, I'm starting to go through your PR |
I forgot to format my code before PR. Sorry for omitting the very basic things. I'll add some commit later. |
Can you resend me the invite link to your fork? I'd like to correct some minor things. |
I resent invitation. |
I formatted scripts based on flake8 except for long line. If you have another request to modify code, please let me know. |
I have added several commits to your PR. However the documentation is not clear enough:
|
Thank you for reviewing and adding commits. Could you explain about the detail why the equation of cost functions seem not right? |
You are right, the equation is ok. I thought that Also, I would like to add a usage example (in the doc) for those cost functions, so that it can be easily understood. Do you have one at hand? I am not able to replicate the examples in the article (see Section 4: Motivating examples). If you could share (directly in this discussion) a few lines of code to simulate the signals of the article, that would be great. On a side note, from now on, I will add the names of the contributors in the doc, is your github handle ( |
Unfortunately, I don't have any codes to replicate the "dynamic" example. Actually I wanted to cite a paper which only focus on non-dynamic PCA based segmentation, but I haven't found one yet for now. As seen in example in the current doc, my PR just for non-dynamic one (it's easy to expand and apply to dynamic system, though).
Yes, thank you. |
Hi, implemented #29
Main contributions are followings:
datasets.pw_normal
TODO:
Any feedback + code review would be appreciated.