Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.Matrix
-
Packages that use Matrix Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of Matrix in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Subclasses of Matrix in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree Modifier and Type Class Description classCostMatrixClass for storing and manipulating a misclassification cost matrix.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree that return Matrix Modifier and Type Method Description MatrixMatrix. add(Matrix other)Deprecated.Returns the sum of this matrix with another.MatrixMatrix. getL()Deprecated.Returns the L part of the matrix.MatrixMatrix. getU()Deprecated.Returns the U part of the matrix.MatrixMatrix. multiply(Matrix b)Deprecated.Returns the multiplication of two matricesstatic MatrixMatrix. parseMatlab(java.lang.String matlab)Deprecated.creates a matrix from the given Matlab string.MatrixMatrix. transpose()Deprecated.Returns the transpose of a matrix.Methods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type Matrix Modifier and Type Method Description MatrixMatrix. add(Matrix other)Deprecated.Returns the sum of this matrix with another.MatrixMatrix. multiply(Matrix b)Deprecated.Returns the multiplication of two matricesdouble[]Matrix. regression(Matrix y, double ridge)Deprecated.Performs a (ridged) linear regression.double[]Matrix. regression(Matrix y, double[] w, double ridge)Deprecated.Performs a weighted (ridged) linear regression.
-