Skip to content
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

smoothen_clusters: LLE of last points not computed ? #77

Open
Ravisik opened this issue Jul 21, 2021 · 0 comments
Open

smoothen_clusters: LLE of last points not computed ? #77

Ravisik opened this issue Jul 21, 2021 · 0 comments

Comments

@Ravisik
Copy link

Ravisik commented Jul 21, 2021

Hi all,

I had a question regarding the smoothen_clusters function:

If I understand well, this function compute the LLE for all points. Hower, the follwoing condition avoid to compute the LLE of the last points... Any particular reason for that ? Since the vector LLE_all_points_clusters is of size [clustered_points_len, self.number_of_clusters], the last point have a LLE fixed to zero... which semms strange!

if point + self.window_size - 1 < complete_D_train.shape[0]:

Thanks in advance,
Flo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant