Re: SparseVector, VectorWriter & VectorIterable

2013-09-10 Thread Michael Wechner
you might want to have a loot at core/src/main/java/org/apache/mahout/vectorizer/SparseVectorsFromSequenceFiles.java Regarding http://people.apache.org/~isabel/mahout_site/mahout-matrix/apidocs/org/apache/mahout/matrix/SparseVector.html it seems that this class does not exist anymore inside m

SparseVector, VectorWriter & VectorIterable

2013-09-04 Thread Darius Miliauskas
Dear All, so, I followed the example given in Wiki for mahout ( https://cwiki.apache.org/confluence/display/MAHOUT/Creating+Vectors+from+Text ): VectorWriter vectorWriter = SequenceFile.createWriter(filesystem, configuration, pathName, LongWritable.class, SparseVector.class);