Uses of Class
com.actelion.research.calc.Matrix
-
-
Uses of Matrix in com.actelion.research.calc
Methods in com.actelion.research.calc that return Matrix Modifier and Type Method Description MatrixMatrix. add(double v)MatrixMatrix. add2CompleteCol(Matrix maRow)The value in the col from the input matrix is added to all values in the corresponding col in the matrix.static MatrixMatrixFunctions. appendCols(Matrix ma0, Matrix ma1)static MatrixMatrixFunctions. appendRows(Matrix ma0, Matrix ma1)static MatrixMatrixFunctions. calculateSimilarityMatrixRowWise(Matrix X1, Matrix X2)static MatrixMatrixFunctions. cholesky(Matrix A)static MatrixMatrixFunctions. convert2Binary(Matrix A, double thresh)MatrixMatrix. correlation()Generate a correlation matrix, each column contains values of a pulling.static MatrixMatrixFunctions. countFieldsBiggerThanThreshColWise(Matrix ma, double thresh)MatrixMatrix. covariance()Generate a covariance matrix, each column contains values of a pulling.static MatrixMatrixFunctions. create(java.util.List<double[]> li)List is already used as a constructor for Matrix.MatrixMatrix. devide(double dDivisor)MatrixMatrix. devide(Matrix maDivisor)MatrixMatrix. devideCols(Matrix maDivisor)MatrixMatrix. devideDivisorBigger(Matrix maDivisor)MatrixMatrix. diagonalize()MatrixMatrix. getAbs()MatrixMatrix. getCenteredMatrix()MatrixMatrix. getCenteredMatrix(Matrix maMean)MatrixMatrix. getCol(int col)MatrixMatrix. getColumns(java.util.List<java.lang.Integer> liIndex)MatrixMatrix. getColumns(java.util.Vector<java.lang.Integer> vecIndices)Deprecated.use getColumns(ListvecIndices) instead MatrixMatrix. getDeleteColsZeroVar(java.util.List<java.lang.Integer> vecIndices)Deletes columns with zero variance.MatrixMatrix. getDiagonal()Matrix diagonal extraction.static MatrixMatrixFunctions. getDistanceMatrix(java.util.List<java.awt.Point> li)static MatrixMatrixFunctions. getDistanceMatrixTanimotoInv(Matrix ma1, Matrix ma2)Calculates the inverse Tanimoto coefficient from row wise comparison of the two input matrices.static MatrixMatrixFunctions. getDistTanimotoInvReduced(Matrix ma1, Matrix ma2)MatrixMatrix. getFlipped()Opposite direction to transpose.static MatrixMatrixFunctions. getKMeanClusters(Matrix ma, int k)03.10.04 MvKMatrixLUDecomposition. getL()Return lower triangular factorMatrixMatrix. getLinedCol()MatrixMatrix. getMatrix(int[] r, int[] c)Get a submatrix.MatrixMatrix. getMatrix(int[] r, int j0, int j1)Get a submatrix.MatrixMatrix. getMatrix(int i0, int i1, int[] c)Get a submatrix.MatrixMatrix. getMatrix(int i0, int i1, int j0, int j1)MatrixMatrix. getMaxMin()max and min vals for all colsMatrixMatrix. getMeanCols()MatrixMatrix. getMeanCols(int[] rowIndex)MatrixMatrix. getMeanRows()MatrixMatrix. getMedianCols()MatrixMatrix. getMergeRows(Matrix ma)MatrixMatrix. getMinRows()MatrixMatrix. getMinRowsPosCol()MatrixMatrix. getNormalizedMatrix()MatrixMatrix. getNormalizedMatrix(Matrix maStandardDeviation)static MatrixMatrix. getParsed(java.util.Vector<java.lang.String> vecStringMatrix)Parses an vector with Strings and converts it to a Matrix.static MatrixMatrixFunctions. getRandomMatrix(int rows, int cols)generates a matrix with double values between 0 (inclusive) and 1 (exclusive).static MatrixMatrix. getRND(int rows, int cols)static MatrixMatrixFunctions. getRowMinUnique(Matrix ma)static MatrixMatrixFunctions. getScaled(Matrix ma)Centers and divides by standard deviation.static MatrixMatrixFunctions. getScaledByFactor(Matrix ma, double fac)MatrixSimilarityMulticore. getSimilarityMatrix()MatrixMatrix. getSorted()Sorts the row of the matrix according the compareTo(...) function in DoubleVecMatrixMatrix. getSQRT()MatrixMatrix. getStandardDeviationCols()MatrixMatrix. getStandardized()Get the standard scores, also known as z-scores.MatrixMatrix. getSubMatrix(int indexRowStart, int indexRowEnd, int indexColStart, int indexColEnd)MatrixMatrix. getSubMatrix(java.util.List<java.lang.Integer> liIndexRow)MatrixMatrix. getSumCols()MatrixMatrix. getSumRows()MatrixMatrix. getTranspose()MatrixLUDecomposition. getU()Return upper triangular factorMatrixMatrix. getVarianceCols()static MatrixMatrixFunctions. inv(Matrix A)Returns the inverse of a matrix.MatrixMatrix. log()Log function from the class Math .MatrixMatrix. multCols(Matrix maMuiltiplicant)MatrixMatrix. multiply(boolean transA, boolean transB, Matrix ma)Multiplication of two matrices.MatrixMatrix. multiply(double dScalar)MatrixMatrix. multiply(Matrix ma)MatrixMatrix. multiplyValByVal(Matrix ma)Value by value multiplication Matrices must have the same dimensions.protected static MatrixMatrixTests. pls(Matrix X, Matrix Y, java.lang.String sPatternHeaderX, int iNumPrincipalComponents, boolean bLogarithm, java.lang.String sFileDataSummaryOut)MatrixMatrix. plus(Matrix ma)MatrixMatrix. pow(double exp)static MatrixMatrixFunctions. read(java.io.File fiMatrix)static MatrixMatrixFunctions. read(java.io.File fiMatrix, boolean skipFirstLine)static MatrixMatrixFunctions. read(java.io.InputStream is)static MatrixMatrixFunctions. read(java.io.InputStream is, boolean skipFirstLine)static MatrixMatrixFunctions. read(java.lang.String s)static MatrixMatrixFunctions. readAsLineBase64Encoded(java.lang.String s)static MatrixMatrixFunctions. readCSV(java.io.File fi)static MatrixMatrix. readSerialized(java.io.File fiIn)MatrixMatrix. removeCol(int col2Remove)static MatrixBoxCox. reTransform(Matrix A, BoxCox boxCox)static MatrixMatrixFunctions. rnorm(int n, double mean, double sd)MatrixMatrix. row2Matrix(int row, int len)MatrixLUDecomposition. solve(Matrix B)Solve A*X = Bstatic Matrix[]MatrixFunctions. split(Matrix A, int row)Splits the matrix row wise into two matrices.static Matrix[]MatrixFunctions. splitCol(Matrix A, int col)MatrixMatrix. subtract(double val)MatrixMatrix. subtract(Matrix ma)MatrixMatrix. subtractFromCols(Matrix maDivisor)static MatrixMatrixTests. test00()static MatrixMatrixTests. test01()static MatrixMatrixTests. test02()static MatrixMatrixTests. test03()static MatrixMatrixTests. test04()static MatrixMatrixTests. test05()static MatrixMatrixTests. test06()static MatrixMatrixTests. test07()static MatrixMatrixTests. test08()static MatrixMatrixTests. testDescriptor01X()static MatrixMatrixTests. testDescriptor01Y()static MatrixMatrixTests. testLonglyX()http://itl.nist.gov/div898/strd/lls/data/LINKS/DATA/Longley.datstatic MatrixMatrixTests. testLonglyY()http://www.itl.nist.gov/div898/strd/lls/data/Longley.shtml Y Matrixstatic MatrixMatrixTests. testMatrix_XWine()static MatrixMatrixTests. testMatrix_YWine()Validation data for PLS from Abdi, PLS, Encyclopedia of Social Sciences Reasearch Methods (2003).static MatrixMatrixTests. testMatrix02()static MatrixMatrixTests. testMatrixHenrion01()static MatrixMatrixTests. testSimple1X(int cols)static MatrixMatrixTests. testSimple1Y()static MatrixMatrixTests. testSimple2X(int cols)MatrixMatrix. toRow()static MatrixBoxCox. transform(Matrix A, BoxCox boxCox)Methods in com.actelion.research.calc with parameters of type Matrix Modifier and Type Method Description MatrixMatrix. add2CompleteCol(Matrix maRow)The value in the col from the input matrix is added to all values in the corresponding col in the matrix.voidMatrix. add2Row(int row, Matrix ma2, int row2)static MatrixMatrixFunctions. appendCols(Matrix ma0, Matrix ma1)static MatrixMatrixFunctions. appendRows(Matrix ma0, Matrix ma1)voidMatrix. assignCol(int iCol, Matrix ma)voidMatrix. assignCol(int iCol, Matrix ma, int iColMa)static IntegerDoubleMatrixFunctions. calculateMaxSimilarity(Matrix X, double[] arr)static IntegerDouble[]MatrixFunctions. calculateMaxSimilarity(Matrix X, double[] arr, int nMostSimilar)static double[]MatrixFunctions. calculateMaxSimilarity(Matrix XTrain, Matrix Xtest)static MatrixMatrixFunctions. calculateSimilarityMatrixRowWise(Matrix X1, Matrix X2)static MatrixMatrixFunctions. cholesky(Matrix A)static voidMatrixFunctions. columnIntoDoubleArray(Matrix A, int col, DoubleArray da)static MatrixMatrixFunctions. convert2Binary(Matrix A, double thresh)voidMatrix. copy(Matrix maSource)Copies a matrix ma into this, the pointer to ma1 is not changed.voidMatrix. copyColumn(Matrix maSource, int colSource, int colDestination)static intMatrixFunctions. countFieldsBiggerThan(Matrix ma, int row, double thresh)static MatrixMatrixFunctions. countFieldsBiggerThanThreshColWise(Matrix ma, double thresh)static intMatrixFunctions. countFieldsBiggerThanThreshColWise(Matrix ma, int col, double thresh)static java.util.List<IdentifiedObject<double[]>>MatrixFunctions. createIdentifiedObject(Matrix A)MatrixMatrix. devide(Matrix maDivisor)MatrixMatrix. devideCols(Matrix maDivisor)MatrixMatrix. devideDivisorBigger(Matrix maDivisor)booleanMatrix. equal(Matrix ma)booleanMatrix. equal(Matrix ma, double dLimit)booleanMatrix. equalDimension(Matrix ma)Checks two matrices for equal dimensions.MatrixMatrix. getCenteredMatrix(Matrix maMean)static doubleArrayUtilsCalc. getCorrPearson(Matrix A, Matrix B)static doubleMatrixFunctions. getCorrPearson(Matrix A, int col1, int col2)static doubleMatrixFunctions. getCorrPearson(Matrix A, Matrix B)static doubleMatrixFunctions. getCorrSpearman(Matrix A, Matrix B)static doubleMatrixFunctions. getCovariance(Matrix A, Matrix B)static doubleMatrixFunctions. getCovarianceCentered(Matrix A, Matrix B)static MatrixMatrixFunctions. getDistanceMatrixTanimotoInv(Matrix ma1, Matrix ma2)Calculates the inverse Tanimoto coefficient from row wise comparison of the two input matrices.static doubleMatrixFunctions. getDistanceTanimotoInv(Matrix ma1, int row1, Matrix ma2, int row2)static doubleMatrixFunctions. getDistTanimotoInvReduced(Matrix ma1, int row1, Matrix ma2, int row2)Only fields are considered which are not nut 0 in both or in one of the rows we from where the distance is calculated.static MatrixMatrixFunctions. getDistTanimotoInvReduced(Matrix ma1, Matrix ma2)static voidMatrix. getEigenvector(Matrix A, int n, Matrix D, Matrix E)Householder reduction according num rec 11.2.doubleMatrix. getEuclideanDistanceFastRows(int iRow, Matrix A, int iRowA)Skipping the sqrt.static java.util.List<java.awt.Point>MatrixFunctions. getIndicesUniqueMaxColumnWise(Matrix maIn)static java.util.List<java.awt.Point>MatrixFunctions. getIndicesUniqueMaxRowWise(Matrix maIn)static MatrixMatrixFunctions. getKMeanClusters(Matrix ma, int k)03.10.04 MvKMatrixMatrix. getMergeRows(Matrix ma)static java.util.List<java.awt.Point>MatrixFunctions. getMooreNeighborhood(java.awt.Point p, int r, Matrix ma)static java.util.List<java.awt.Point>MatrixFunctions. getMooreNeighborhood(java.awt.Point p, Matrix ma)A square-shaped neighborhood that can be used to define a set of cells surrounding a given point.static IntVecMatrixFunctions. getNonZeroCols(Matrix X)MatrixMatrix. getNormalizedMatrix(Matrix maStandardDeviation)static java.util.List<java.awt.Point>MatrixFunctions. getPoints(Matrix ma)static MatrixMatrixFunctions. getRowMinUnique(Matrix ma)static MatrixMatrixFunctions. getScaled(Matrix ma)Centers and divides by standard deviation.static MatrixMatrixFunctions. getScaledByFactor(Matrix ma, double fac)static doubleMatrixFunctions. getSumSquaredDiff(Matrix ma1, int row1, Matrix ma2, int row2)static doubleMatrixFunctions. getTotalSumSquaredDiffRowWise(Matrix ma1, Matrix ma2)static MatrixMatrixFunctions. inv(Matrix A)Returns the inverse of a matrix.static booleanMatrixFunctions. isEqualCol(Matrix A, int colA, Matrix B, int colB, double thresh)static booleanMatrixFunctions. isSquare(Matrix A)static booleanMatrixFunctions. isSymmetric(Matrix A)MatrixMatrix. multCols(Matrix maMuiltiplicant)MatrixMatrix. multiply(boolean transA, boolean transB, Matrix ma)Multiplication of two matrices.doubleMatrix. multiply(int row1, Matrix ma2, int row2)MatrixMatrix. multiply(Matrix ma)MatrixMatrix. multiplyValByVal(Matrix ma)Value by value multiplication Matrices must have the same dimensions.protected static MatrixMatrixTests. pls(Matrix X, Matrix Y, java.lang.String sPatternHeaderX, int iNumPrincipalComponents, boolean bLogarithm, java.lang.String sFileDataSummaryOut)MatrixMatrix. plus(Matrix ma)static MatrixBoxCox. reTransform(Matrix A, BoxCox boxCox)voidMatrix. set(Matrix ma)MatrixLUDecomposition. solve(Matrix B)Solve A*X = Bstatic Matrix[]MatrixFunctions. split(Matrix A, int row)Splits the matrix row wise into two matrices.static Matrix[]MatrixFunctions. splitCol(Matrix A, int col)MatrixMatrix. subtract(Matrix ma)MatrixMatrix. subtractFromCols(Matrix maDivisor)static MatrixBoxCox. transform(Matrix A, BoxCox boxCox)static double[]MatrixFunctions. upperTriangle(Matrix maQuadratic)static voidMatrixFunctions. vecvec2Matrix(java.util.Vector<java.util.Vector<java.lang.Double>> vecvec, Matrix ma)Converts a vector of vectors into doubles, each vector results in a row in the matrix.static voidMatrixFunctions. writeQuadraticSymmetricMatrixPairwise(Matrix ma, java.io.File fiTxt)Constructors in com.actelion.research.calc with parameters of type Matrix Constructor Description LUDecomposition(Matrix A)LU Decomposition Structure to access L, U and piv.Matrix(Matrix ma) -
Uses of Matrix in com.actelion.research.calc.graph
Methods in com.actelion.research.calc.graph that return Matrix Modifier and Type Method Description MatrixMinimumSpanningTree. getMST()Constructors in com.actelion.research.calc.graph with parameters of type Matrix Constructor Description MinimumSpanningTree(Matrix maAdjacency) -
Uses of Matrix in com.actelion.research.calc.histogram
Methods in com.actelion.research.calc.histogram that return Matrix Modifier and Type Method Description MatrixHistogram. getHistogram()static MatrixMatrixBasedHistogram. getHistogram(double[] arrValues, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(float[][] ma, int col, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(float[] ma, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix ma, int numBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix ma, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogramBins(double dMin, double dMax, int iNumBins)Methods in com.actelion.research.calc.histogram with parameters of type Matrix Modifier and Type Method Description static double[]MatrixBasedHistogram. getBordersMostFreqOccBin(Matrix maHistogram, int radius)Gets the upper and lower limit of the most occupied bin.static HistogramMatrixBasedHistogram. getFromQuadraticMatrix(Matrix ma, double min, double max, int bins)static MatrixMatrixBasedHistogram. getHistogram(double[] arrValues, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(float[][] ma, int col, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(float[] ma, Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix maHistogramBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix ma, int numBins)static MatrixMatrixBasedHistogram. getHistogram(Matrix ma, Matrix maHistogramBins)static doubleMatrixBasedHistogram. getMaxOccBin(Matrix maHist)static doubleMatrixBasedHistogram. getMinOccBin(Matrix maHist)static java.lang.StringMatrixBasedHistogram. histogram2String(Matrix hist, int digits, int totalWidth)static voidMatrixBasedHistogram. writeHistogram(java.lang.String sFile, Matrix hist, boolean bApppend, int digits, int totalWidth) -
Uses of Matrix in com.actelion.research.calc.regression
Methods in com.actelion.research.calc.regression that return Matrix Modifier and Type Method Description MatrixICalculateYHat. calculateYHat(Matrix X)MatrixRegressionMethodContainer. calculateYHat(Matrix X)MatrixICalculateModel. createModel(ModelXYIndex modelXYIndexTrain)MatrixRegressionMethodContainer. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression with parameters of type Matrix Modifier and Type Method Description static ModelErrorModelError. calculateError(Matrix Y, Matrix YHat)Calculates the absolute and the relative error.static ModelErrorModelError. calculateError(Matrix Y, Matrix YHat, double threshold, boolean above)MatrixICalculateYHat. calculateYHat(Matrix X)MatrixRegressionMethodContainer. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.gaussianprocess
Methods in com.actelion.research.calc.regression.gaussianprocess that return Matrix Modifier and Type Method Description MatrixGaussianProcessRegression. calculateYHat(Matrix X)MatrixGaussianProcessRegression. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.gaussianprocess with parameters of type Matrix Modifier and Type Method Description MatrixGaussianProcessRegression. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.knn
Methods in com.actelion.research.calc.regression.knn that return Matrix Modifier and Type Method Description MatrixKNNRegression. calculateYHat(Matrix X)MatrixKNNRegression. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.knn with parameters of type Matrix Modifier and Type Method Description MatrixKNNRegression. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.linear.pls
Fields in com.actelion.research.calc.regression.linear.pls declared as Matrix Modifier and Type Field Description protected MatrixSimPLS. Bprotected MatrixSimPLS. ESprotected MatrixSimPLS. EXprotected MatrixSimPLS. EYprotected MatrixSimPLS. Pprotected MatrixSimPLS. Qprotected MatrixSimPLS. Rprotected MatrixSimPLS. Tprotected MatrixSimPLS. Uprotected MatrixSimPLS. VMethods in com.actelion.research.calc.regression.linear.pls that return Matrix Modifier and Type Method Description MatrixPLSRegressionModelCalculator. calculateYHat(Matrix Xtest)With centering of Xtest with Xtrain.MatrixPLSRegressionModelCalculator. calculateYHatWithoutDeCentering(Matrix Xtest)MatrixPLSRegressionModelCalculator. createModel(ModelXYIndex dataXYTrain)MatrixPLSRegressionModelCalculator. getB()MatrixRegressionModelCalculatorOptimumFactors. getB()MatrixSimPLS. getExplainedVarS()MatrixSimPLS. getExplainedVarX()MatrixSimPLS. getExplainedVarY()MatrixSimPLS. getP()MatrixSimPLS. getQ()MatrixSimPLS. getR()MatrixPLSRegressionModelCalculator. getT(Matrix XPreprocessed)MatrixSimPLS. getT()MatrixSimPLS. getT(Matrix XPreprocessed)MatrixSimPLS. getU()MatrixSimPLS. getV()MatrixPLSRegressionModelCalculator. getXvar()MatrixPLSRegressionModelCalculator. getYHat()MatrixRegressionModelCalculatorOptimumFactors. getYHat()static MatrixSimPLS. invLinReg_Yhat(Matrix BFromCentered, Matrix Xtest)static MatrixSimPLS. invLinReg_Yhat(Matrix B, Matrix Xtrain, Matrix Xtest, Matrix Ytrain)Methods in com.actelion.research.calc.regression.linear.pls with parameters of type Matrix Modifier and Type Method Description ModelErrorPLSRegressionModelCalculator. calculateModelErrorTest(Matrix Xtest, Matrix Ytest)MatrixPLSRegressionModelCalculator. calculateYHat(Matrix Xtest)With centering of Xtest with Xtrain.MatrixPLSRegressionModelCalculator. calculateYHatWithoutDeCentering(Matrix Xtest)MatrixPLSRegressionModelCalculator. getT(Matrix XPreprocessed)MatrixSimPLS. getT(Matrix XPreprocessed)static MatrixSimPLS. invLinReg_Yhat(Matrix BFromCentered, Matrix Xtest)static MatrixSimPLS. invLinReg_Yhat(Matrix B, Matrix Xtrain, Matrix Xtest, Matrix Ytrain)voidSimPLS. simPlsSave(Matrix Xtrain, Matrix Ytrain, int facmax)No explained variance is calculated.voidSimPLS. simPlsSave(Matrix Xtrain, Matrix Ytrain, Matrix Xtest, Matrix Ytest, int facmax)voidSimPLS. simPlsSaveExplainedVariance(Matrix Xtrain, Matrix Ytrain, int facmax)The explained variance is calculated.Constructors in com.actelion.research.calc.regression.linear.pls with parameters of type Matrix Constructor Description SimPLSLMOValidation(Matrix X, Matrix Y)Deprecated. -
Uses of Matrix in com.actelion.research.calc.regression.linear.pls.boxcox
Methods in com.actelion.research.calc.regression.linear.pls.boxcox that return Matrix Modifier and Type Method Description MatrixPLSBoxCoxY. calculateYHat(Matrix Xtest)MatrixPLSBoxCoxY. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.linear.pls.boxcox with parameters of type Matrix Modifier and Type Method Description MatrixPLSBoxCoxY. calculateYHat(Matrix Xtest) -
Uses of Matrix in com.actelion.research.calc.regression.median
Methods in com.actelion.research.calc.regression.median that return Matrix Modifier and Type Method Description MatrixMedianRegression. calculateYHat(Matrix X)MatrixMedianRegression. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.median with parameters of type Matrix Modifier and Type Method Description MatrixMedianRegression. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.neuralnetwork
Methods in com.actelion.research.calc.regression.neuralnetwork that return Matrix Modifier and Type Method Description MatrixNeuralNetworkRegression. calculateYHat(Matrix X)MatrixNeuralNetworkRegression. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.neuralnetwork with parameters of type Matrix Modifier and Type Method Description MatrixNeuralNetworkRegression. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.randomforest
Methods in com.actelion.research.calc.regression.randomforest that return Matrix Modifier and Type Method Description MatrixRandomForestRegression. calculateYHat(Matrix X)MatrixRandomForestRegression. createModel(ModelXYIndex modelXYIndexTrain)Methods in com.actelion.research.calc.regression.randomforest with parameters of type Matrix Modifier and Type Method Description MatrixRandomForestRegression. calculateYHat(Matrix X) -
Uses of Matrix in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm that return Matrix Modifier and Type Method Description MatrixSVMRegression. calculateYHat(Matrix X)MatrixSVMRegression. createModel(ModelXYIndex modelXYIndex)Methods in com.actelion.research.calc.regression.svm with parameters of type Matrix Modifier and Type Method Description MatrixSVMRegression. calculateYHat(Matrix X)static svm_node[][]Matrix2SVMNodeConverter. convert(Matrix A) -
Uses of Matrix in com.actelion.research.calc.statistics
Methods in com.actelion.research.calc.statistics that return Matrix Modifier and Type Method Description MatrixStatisticsOverview. getHistogram() -
Uses of Matrix in com.actelion.research.chem.alignment3d
Methods in com.actelion.research.chem.alignment3d with parameters of type Matrix Modifier and Type Method Description voidKabschAlignment. align(Coordinates trans1, Matrix rot, Coordinates trans2) -
Uses of Matrix in com.actelion.research.chem.docking
Methods in com.actelion.research.chem.docking that return Matrix Modifier and Type Method Description static MatrixDockingUtils. calculateMassCovarianceMatrix(Conformer conf)static MatrixDockingUtils. createInitialOrientation(Conformer conf) -
Uses of Matrix in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa that return Matrix Modifier and Type Method Description static MatrixPheSAAlignment. createCanonicalOrientation(Conformer conf, MolecularVolume molGauss)MatrixQuaternion. getRotMatrix()static MatrixPheSAAlignment. preProcess(Conformer conf, MolecularVolume molVol)Move COM of the molecular volume to the origin of the lab-frame and orient molecules so that their principal moments of inertia coincide with the 3 axis of the coordinate systemMethods in com.actelion.research.chem.phesa with parameters of type Matrix Modifier and Type Method Description static voidPheSAAlignment. rotateMol(Conformer conf, Matrix rotMat)static voidPheSAAlignment. rotateMol(StereoMolecule mol, Matrix rotMat)voidVolumeGaussian. rotateShift(Matrix rotMat) -
Uses of Matrix in com.actelion.research.util.datamodel
Fields in com.actelion.research.util.datamodel declared as Matrix Modifier and Type Field Description MatrixModelXY. XMatrixModelXY. YMethods in com.actelion.research.util.datamodel that return Matrix Modifier and Type Method Description MatrixModelXYCrossValidation. getXtest()Deprecated.MatrixModelXYCrossValidation. getXtrain()Deprecated.MatrixModelXYCrossValidation. getYtest()Deprecated.MatrixModelXYCrossValidation. getYtrain()Deprecated.Constructors in com.actelion.research.util.datamodel with parameters of type Matrix Constructor Description ModelXY(Matrix x, Matrix y)ModelXYIndex(Matrix x, Matrix y) -
Uses of Matrix in com.actelion.research.util.datamodel.table
Methods in com.actelion.research.util.datamodel.table with parameters of type Matrix Modifier and Type Method Description voidTableModelString. set(Matrix m, int digits)
-