Java org.apache.mahout.math.hadoop DistributedRowMatrix fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math.hadoop DistributedRowMatrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math.hadoop DistributedRowMatrix.

The text is from its open source code.

Field

Constructor

Method

PathgetOutputTempPath()
PathgetRowPath()
IteratoriterateAll()
voidsetConf(Configuration conf)
DistributedRowMatrixtimes(DistributedRowMatrix other)
This implements matrix this.transpose().times(other)
Vectortimes(Vector v)
DistributedRowMatrixtranspose()