|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.mllib.linalg.SingularValueDecomposition<UType,VType>
public class SingularValueDecomposition<UType,VType>
:: Experimental :: Represents singular value decomposition (SVD) factors.
| 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 |
|---|
public SingularValueDecomposition(UType U,
Vector s,
VType V)
| Method Detail |
|---|
public UType U()
public Vector s()
public VType V()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||