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
public class SingularValueDecomposition<UType,VType> 
extends Object
implements scala.Product, Serializable
Represents singular value decomposition (SVD) factors.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SingularValueDecomposition
 
- 
- 
Method Details- 
U
- 
s
- 
V
 
-