Class: Spark::Mllib::MatrixBase Abstract

Inherits:
MatrixAdapter show all
Defined in:
lib/spark/mllib/matrix.rb

Overview

This class is abstract.

Parent for all type of matrices

Direct Known Subclasses

DenseMatrix, SparseMatrix

Method Summary

Methods inherited from MatrixAdapter

#initialize, new, #original_initialize, #shape, #values

Constructor Details

This class inherits a constructor from Spark::Mllib::MatrixAdapter