jar

ai.dragonfly : matrix_3

Maven & Gradle

May 31, 2023
9 stars

matrix · High performance, low footprint, cross platform, matrix math and machine learning library!

Table Of Contents

Latest Version

Download ai.dragonfly : matrix_3 JAR file - Latest Versions:

All Versions

Download ai.dragonfly : matrix_3 JAR file - All Versions:

Version Vulnerabilities Size Updated
0.101
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window matrix_3-0.101.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ai.dragonfly.math.matrix.ml.data

├─ ai.dragonfly.math.matrix.ml.data.Data.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.data.StaticSupervisedData.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.data.StaticUnsupervisedData.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.data.SupervisedData.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.data.UnsupervisedData.class - [JAR]

ai.dragonfly.math.matrix

├─ ai.dragonfly.math.matrix.Matrix.class - [JAR]

ai.dragonfly.math.matrix.native

├─ ai.dragonfly.math.matrix.native.package.class - [JAR]

ai.dragonfly.math.matrix.decomposition

├─ ai.dragonfly.math.matrix.decomposition.Cholesky.class - [JAR]

├─ ai.dragonfly.math.matrix.decomposition.Eigen.class - [JAR]

├─ ai.dragonfly.math.matrix.decomposition.LU.class - [JAR]

├─ ai.dragonfly.math.matrix.decomposition.QR.class - [JAR]

├─ ai.dragonfly.math.matrix.decomposition.SV.class - [JAR]

ai.dragonfly.math.matrix.ml.unsupervised.dimreduction

├─ ai.dragonfly.math.matrix.ml.unsupervised.dimreduction.BasisPair.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.unsupervised.dimreduction.DimensionalityReducerPCA.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.unsupervised.dimreduction.PCA.class - [JAR]

ai.dragonfly.math.matrix.util

├─ ai.dragonfly.math.matrix.util.CannotExpressMatrixAsVector.class - [JAR]

├─ ai.dragonfly.math.matrix.util.MatrixNotSymmetricPositiveDefinite.class - [JAR]

├─ ai.dragonfly.math.matrix.util.UnsupportedMatrixDimension.class - [JAR]

├─ ai.dragonfly.math.matrix.util.package.class - [JAR]

ai.dragonfly.math.matrix.ml.supervized.regression

├─ ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegression.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegressionModel.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegressionProblem.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegressionQR.class - [JAR]

├─ ai.dragonfly.math.matrix.ml.supervized.regression.LinearRegressionSVD.class - [JAR]

Advertisement