Search Java Classes and Packages
Search Java Frameworks and Libraries
#Weka.core.matrix Classes and Interfaces - 4 results found.
| Name | Description | Type | Package | Framework |
| CholeskyDecomposition | Cholesky Decomposition. | Class | weka.core.matrix | Weka |
|
| EigenvalueDecomposition | Eigenvalues and eigenvectors of a real matrix. | Class | weka.core.matrix | Weka |
|
| QRDecomposition | For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R. | Class | weka.core.matrix | Weka |
|
| SingularValueDecomposition | Singular Value Decomposition. | Class | weka.core.matrix | Weka |