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.conf.Configuration TimesSquaredJob.createTimesSquaredJobConf(org.apache.hadoop.conf.Configuration initialConf, Vector v, int outputVectorDim, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
static org.apache.hadoop.conf.Configuration TimesSquaredJob.createTimesSquaredJobConf(org.apache.hadoop.conf.Configuration initialConf, Vector v, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
static org.apache.hadoop.conf.Configuration TimesSquaredJob.createTimesSquaredJobConf(Vector v, int outputVectorDim, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
static org.apache.hadoop.conf.Configuration TimesSquaredJob.createTimesSquaredJobConf(Vector v, org.apache.hadoop.fs.Path matrixInputPath, org.apache.hadoop.fs.Path outputVectorPathBase, Class<? extends TimesSquaredJob.TimesSquaredMapper> mapClass, Class<? extends TimesSquaredJob.VectorSummingReducer> redClass)
           
 



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