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

Packages that use DenseBlockWritable
org.apache.mahout.math.hadoop.stochasticsvd   
org.apache.mahout.math.hadoop.stochasticsvd.qr   
 

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

Fields in org.apache.mahout.math.hadoop.stochasticsvd with type parameters of type DenseBlockWritable
protected  org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Writable,DenseBlockWritable> ABtJob.QRReducer.qhatCollector
           
protected  org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Writable,DenseBlockWritable> ABtDenseOutJob.QRReducer.qhatCollector
           
 

Method parameters in org.apache.mahout.math.hadoop.stochasticsvd with type arguments of type DenseBlockWritable
protected  void ABtDenseOutJob.QRReducer.reduce(SplitPartitionedWritable key, Iterable<DenseBlockWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context)
           
 

Uses of DenseBlockWritable in org.apache.mahout.math.hadoop.stochasticsvd.qr
 

Constructor parameters in org.apache.mahout.math.hadoop.stochasticsvd.qr with type arguments of type DenseBlockWritable
QRFirstStep(org.apache.hadoop.conf.Configuration jobConf, org.apache.hadoop.mapred.OutputCollector<? super org.apache.hadoop.io.Writable,? super DenseBlockWritable> qtHatOut, org.apache.hadoop.mapred.OutputCollector<? super org.apache.hadoop.io.Writable,? super VectorWritable> rHatOut)
           
QRLastStep(Iterator<DenseBlockWritable> qHatInput, Iterator<VectorWritable> rHatInput, int blockNum)
           
 



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