Skip to content

smoothen_clusters: LLE of last points not computed ? #77

@Ravisik

Description

@Ravisik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions