Uses of Class
org.apache.mahout.math.hadoop.TimesSquaredJob.VectorSummingReducer

Packages that use TimesSquaredJob.VectorSummingReducer
org.apache.mahout.math.hadoop   
 

Uses of TimesSquaredJob.VectorSummingReducer in org.apache.mahout.math.hadoop
 

Method parameters in org.apache.mahout.math.hadoop with type arguments of type TimesSquaredJob.VectorSummingReducer
static org.apache.hadoop.mapred.JobConf TimesSquaredJob.createTimesSquaredJobConf(Vector v, int outputVectorDim, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, java.lang.Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, java.lang.Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
static org.apache.hadoop.mapred.JobConf TimesSquaredJob.createTimesSquaredJobConf(Vector v, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, java.lang.Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, java.lang.Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
 



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