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 Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
SingularValueDecomposition
-
-
Method Details
-
U
-
s
-
V
-