Uses of Class
weka.core.Matrix
Packages that use Matrix
-
Uses of Matrix in weka.core
Modifier and TypeMethodDescriptionfinal Matrix
Deprecated.Returns the sum of this matrix with another.Matrix.getL()
Deprecated.Returns the L part of the matrix.Matrix.getU()
Deprecated.Returns the U part of the matrix.final Matrix
Deprecated.Returns the multiplication of two matricesstatic Matrix
Matrix.parseMatlab
(String matlab) Deprecated.creates a matrix from the given Matlab string.final Matrix
Matrix.transpose()
Deprecated.Returns the transpose of a matrix.Modifier and TypeMethodDescriptionfinal Matrix
Deprecated.Returns the sum of this matrix with another.final Matrix
Deprecated.Returns the multiplication of two matricesfinal double[]
Matrix.regression
(Matrix y, double ridge) Deprecated.Performs a (ridged) linear regression.final double[]
Matrix.regression
(Matrix y, double[] w, double ridge) Deprecated.Performs a weighted (ridged) linear regression.