Class: Spark::Mllib::VectorBase Abstract

Inherits:
VectorAdapter show all
Defined in:
lib/spark/mllib/vector.rb

Overview

This class is abstract.

Parent for all type of vectors

Direct Known Subclasses

DenseVector, SparseVector

Method Summary

Methods inherited from VectorAdapter

#[]=, #dot, #initialize, new, #squared_distance, #values

Methods inherited from Vector

elements

Constructor Details

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