org.apache.mahout.math.hadoop.stochasticsvd
Interface PartialRowEmitter


public interface PartialRowEmitter

This is part of SSVD prototype code


Method Summary
 void emitRow(int rowNum, Vector row)
           
 

Method Detail

emitRow

void emitRow(int rowNum,
             Vector row)
             throws IOException
Throws:
IOException


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.