Hi,
I am trying to run "spectralkmeans" example as in 
https://cwiki.apache.org/MAHOUT/spectral-clustering.html.
However, I am receiving the following error
.....
.....
12/06/27 09:16:46 INFO lanczos.LanczosSolver: 3 passes through the corpus so 
far...
Exception in thread "main" org.apache.mahout.math.IndexException: Index 3 is 
outside allowable ran
...
...


I used this command :
bin/mahout spectralkmeans --input /user/t-abasak/clustering/affinity/ --output 
/user/t-abasak/clustering/specOut -k 3 -d 450 -x 5

Whatever value of "k" I provide, it gives an error as Index k is outside 
allowable run after running
the first k-1 cases properly.

Please suggest me what to do.

Thanks,
Aniruddha

Reply via email to