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.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.