Uses of Class
weka.core.Matrix
Packages that use Matrix
-
Uses of Matrix in weka.core
Modifier and TypeMethodDescriptionfinal MatrixDeprecated.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 MatrixDeprecated.Returns the multiplication of two matricesstatic MatrixMatrix.parseMatlab(String matlab) Deprecated.creates a matrix from the given Matlab string.final MatrixMatrix.transpose()Deprecated.Returns the transpose of a matrix.Modifier and TypeMethodDescriptionfinal MatrixDeprecated.Returns the sum of this matrix with another.final MatrixDeprecated.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.