On Wed, Apr 24, 2013 at 2:41 AM, Yogalakshmi J <yogalaks...@gmail.com>wrote:

> 2. I want to make use of the Lanczos algorithm that is available. I want to
> create a recommender, that will factorize the matrix using Lanczos
> algorithm.
>

Lanczos is deprecated.

Look for the SSVD implementation.  Or for recommendation, look for the ALS
decomposer.

Reply via email to