org.apache.spark.mllib.linalg
Class SingularValueDecomposition<UType,VType>

Object
  extended by org.apache.spark.mllib.linalg.SingularValueDecomposition<UType,VType>
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class SingularValueDecomposition<UType,VType>
extends Object
implements scala.Product, scala.Serializable

:: Experimental :: Represents singular value decomposition (SVD) factors.

See Also:
Serialized Form

Constructor Summary
SingularValueDecomposition(UType U, Vector s, VType V)
           
 
Method Summary
 Vector s()
           
 UType U()
           
 VType V()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SingularValueDecomposition

public SingularValueDecomposition(UType U,
                                  Vector s,
                                  VType V)
Method Detail

U

public UType U()

s

public Vector s()

V

public VType V()