类 MatrixOperation
java.lang.Object
org.wlld.matrixTools.MatrixOperation
- 直接已知子类:
Knn,Matrix,MyKeyWord,NerveCenter,RgbRegression,TalkToTalk,WordEmbedding
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明adjointMatrix(Matrix matrix) doublealgebraicCofactor(Matrix matrix, int row, int column) doubleconvolution(Matrix matrix, Matrix kernel, int x, int y) doubledoubledoublegetEDistByMatrix(Matrix matrix1, Matrix matrix2) getInverseMatrix(Matrix matrix) doublegetKernelNub(Matrix matrix, Matrix kernel) getLinearRegression(Matrix parameter, Matrix out) doubledoublegetNormCos(Matrix matrix1, Matrix matrix2) getPoolVector(Matrix matrix) doublegetSdByMatrix(Matrix m, double avg, double e) doubleinnerProduct(Matrix matrix1, Matrix matrix2) intinverseNumber(double[] myInverse) ListToMatrix(List<Double> list, int matrixX, int matrixY) listToRowVector(List<Double> list) listToRowVector(List<Double> list, int nub) voidvoidvoidmathMulBySelf(Matrix matrix, double nub) voidmatrixMulPd(Matrix errorMatrix, Matrix first, Matrix second, boolean isFirstPd) matrixPointDiv(Matrix matrix1, Matrix matrix2) matrixToList(Matrix matrix) matrixToVector(Matrix matrix, boolean isRow) pushVector(Matrix myMatrix, Matrix matrix, boolean addRow) reverseIm2col(Matrix matrix, int kernLen, int step, int xSize, int ySize) rowVectorToList(Matrix matrix) transPosition(Matrix matrix)
-
构造器详细资料
-
MatrixOperation
public MatrixOperation() -
MatrixOperation
public MatrixOperation(int coreNumber)
-
-
方法详细资料
-
rowVectorToList
-
add
-
sub
-
getLinearRegression
-
getEDistByMatrix
-
getEDist
-
errorNub
-
pushVector
-
push
-
getPoolVector
-
matrixToVector
-
innerProduct
-
getNorm
-
getNormCos
-
transPosition
-
convolution
-
getKernelNub
-
inverseNumber
public int inverseNumber(double[] myInverse) -
getInverseMatrix
-
adjointMatrix
-
algebraicCofactor
-
matrixPointDiv
-
matrixMulPd
-
getSdByMatrix
-
mulMatrix
-
mathMulBySelf
-
mathMul
-
mathAdd
-
mathSub
-
mathDiv
-
matrixToList
-
ListToMatrix
-
listToRowVector
-
listToRowVector
-
im2col
-
reverseIm2col
-