Uses of Class
org.apache.mahout.math.hadoop.DistributedRowMatrix

Packages that use DistributedRowMatrix
org.apache.mahout.clustering.spectral   
org.apache.mahout.math.hadoop   
 

Uses of DistributedRowMatrix in org.apache.mahout.clustering.spectral
 

Methods in org.apache.mahout.clustering.spectral that return DistributedRowMatrix
static DistributedRowMatrix AffinityMatrixInputJob.runJob(org.apache.hadoop.fs.Path input, org.apache.hadoop.fs.Path output, int dimensions)
          A transparent wrapper for the above method which handles the tedious tasks of setting and retrieving system Paths.
static DistributedRowMatrix VectorMatrixMultiplicationJob.runJob(org.apache.hadoop.fs.Path markovPath, Vector diag, org.apache.hadoop.fs.Path outputPath)
          Invokes the job.
static DistributedRowMatrix VectorMatrixMultiplicationJob.runJob(org.apache.hadoop.fs.Path markovPath, Vector diag, org.apache.hadoop.fs.Path outputPath, org.apache.hadoop.fs.Path tmpPath)
           
 

Uses of DistributedRowMatrix in org.apache.mahout.math.hadoop
 

Methods in org.apache.mahout.math.hadoop that return DistributedRowMatrix
 DistributedRowMatrix DistributedRowMatrix.times(DistributedRowMatrix other)
          This implements matrix this.transpose().times(other)
 DistributedRowMatrix DistributedRowMatrix.times(DistributedRowMatrix other, org.apache.hadoop.fs.Path outPath)
          This implements matrix this.transpose().times(other)
 DistributedRowMatrix DistributedRowMatrix.transpose()
           
 

Methods in org.apache.mahout.math.hadoop with parameters of type DistributedRowMatrix
 DistributedRowMatrix DistributedRowMatrix.times(DistributedRowMatrix other)
          This implements matrix this.transpose().times(other)
 DistributedRowMatrix DistributedRowMatrix.times(DistributedRowMatrix other, org.apache.hadoop.fs.Path outPath)
          This implements matrix this.transpose().times(other)
 



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