abhinav4192 / sparse-subspace-clustering-python

Python implementation of Sparse Subspace Clustering algorithm.
MIT License
78 stars 23 forks source link

Misclassification rate: 0.0000 % #4

Closed Di-Zhu123 closed 1 year ago

Di-Zhu123 commented 1 year ago

What should SSC_test's result be? I I modified the code 'cvx.Variable(N - 1, 1)' as 'cvx.Variable(N - 1, var_id = 1)' or 'cvx.Variable(N - 1)'.Both results are 'Misclassification rate: 0.0000 %'.Is this result right?It seems something wrong.