Package org.apache.spark.mllib.linalg
Class SingularValueDecomposition<UType,VType>
Object
org.apache.spark.mllib.linalg.SingularValueDecomposition<UType,VType>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product,scala.Serializable
public class SingularValueDecomposition<UType,VType>
extends Object
implements scala.Product, scala.Serializable
Represents singular value decomposition (SVD) factors.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
SingularValueDecomposition
-
-
Method Details
-
U
-
s
-
V
-