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

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

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

Subclasses of TimesSquaredJob.TimesSquaredMapper in org.apache.mahout.math.hadoop
static class TimesSquaredJob.TimesMapper
           
 

Method parameters in org.apache.mahout.math.hadoop with type arguments of type TimesSquaredJob.TimesSquaredMapper
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.