Skip to content

A mistake about spectral clustering with amg solver #10715

@sky88088

Description

@sky88088

I found a problem in the code of spectral clustering.

When using the amg solver and "n_nodes < 5 * n_components", it will firstly generate an embedding with arpack solver. However, this generated embedding would not be return. And the transformed laplacian matrix would be used to generate a new embedding with amg solver. Since the laplacian has been changed in the arpack part, the new embedding is wrong.

It seems to be a bug.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions