Java weka.core.matrix SingularValueDecomposition fields, constructors, methods, implement or subclass

Example usage for Java weka.core.matrix SingularValueDecomposition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.core.matrix SingularValueDecomposition.

The text is from its open source code.

Constructor

SingularValueDecomposition(Matrix Arg)
Construct the singular value decomposition

Method

double[]getSingularValues()
Return the one-dimensional array of singular values
MatrixgetU()
Return the left singular vectors
MatrixgetV()
Return the right singular vectors