Uses of Class
org.apache.mahout.math.hadoop.stochasticsvd.SparseRowBlockWritable

Packages that use SparseRowBlockWritable
org.apache.mahout.math.hadoop.stochasticsvd   
 

Uses of SparseRowBlockWritable in org.apache.mahout.math.hadoop.stochasticsvd
 

Fields in org.apache.mahout.math.hadoop.stochasticsvd declared as SparseRowBlockWritable
protected  SparseRowBlockWritable BtJob.OuterProductCombiner.accum
           
protected  SparseRowBlockWritable BtJob.OuterProductReducer.accum
           
protected  SparseRowBlockWritable ABtJob.QRReducer.accum
           
 

Methods in org.apache.mahout.math.hadoop.stochasticsvd with parameters of type SparseRowBlockWritable
 void SparseRowBlockWritable.plusBlock(SparseRowBlockWritable bOther)
          pluses one block into another.
 

Method parameters in org.apache.mahout.math.hadoop.stochasticsvd with type arguments of type SparseRowBlockWritable
protected  void BtJob.OuterProductReducer.reduce(org.apache.hadoop.io.LongWritable key, Iterable<SparseRowBlockWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void ABtJob.QRReducer.reduce(SplitPartitionedWritable key, Iterable<SparseRowBlockWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
protected  void BtJob.OuterProductCombiner.reduce(org.apache.hadoop.io.Writable key, Iterable<SparseRowBlockWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Constructor parameters in org.apache.mahout.math.hadoop.stochasticsvd with type arguments of type SparseRowBlockWritable
SparseRowBlockAccumulator(int height, org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.LongWritable,SparseRowBlockWritable> delegate)
           
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.