|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |