Package

org.apache.flink.ml.math

distributed

Permalink

package distributed

Visibility
  1. Public
  2. All

Type Members

  1. trait DistributedMatrix extends AnyRef

    Permalink

    Common trait used by distributed data structures representing a matrix.

  2. class DistributedRowMatrix extends DistributedMatrix

    Permalink

    Represents distributed row-major matrix.

  3. case class IndexedRow(rowIndex: MatrixRowIndex, values: Vector) extends Ordered[IndexedRow] with Product with Serializable

    Permalink

    Represents a row in row-major matrix.

Value Members

  1. object DistributedMatrix

    Permalink
  2. object DistributedRowMatrix

    Permalink

Ungrouped