Thanks Danny. I was doing (more or less) the same as what your sample
code shows, i.e. extracting SequentialAccessSparseVectors, which doesn't
make a lot of sense since the eigenvectors are of course about as dense as
can be.
So, for all posterity, here's the answer: THE EIGENVALUES ARE IN THE NAME
FIELD OF THE NamedVector OBJECTS IN THE SEQUENCE FILE. Serialized into
strings along with error estimates. For example:
"e|9| = |1.2111913593982744|, err = 2.220446049250313E-16"
jds
On 2/1/12 8:13 AM, "Danny Bickson" <danny.bickson@gmail.com> wrote:
>
|