Clj-ml 1.0.8
Released under the EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0
Collection of ML and it's corresponsing utilities in Clojure.
Installation
To install, add the following dependency to your project or build file:
[org.clojars.punit-naik/clj-ml "1.0.8"]
Namespaces
org.clojars.punit-naik.clj-ml.utils.matrix
Public variables and functions:
- absolute
- adjust-rref-indices
- characteristic-equation-parts
- concat-identity-matrix
- concat-matrix-rows
- covariance
- create-identity-matrix
- create-matrix
- cross-product
- determinant
- dimension
- eigen-values
- eigen-vector-for-lamba
- eigen-vectors
- equal-dimensions?
- exponential
- get-val
- identity-matrix?
- index-matrix-rows
- inverse
- invertible?
- lower-triangular-matrix?
- matrix-minus-lambda-i
- matrix-multiply
- matrix?
- mean
- perform-arithmetic-op
- random-fn
- rank
- reciprocal
- recursive-row-adjust
- reduced-row-echelon-form
- row-adjust
- row-adjust-rref
- sigmoid
- solve-linear-equation-system
- square?
- swap-rows
- transpose
- triangular-matrix?
- upper-triangular-matrix
- upper-triangular-matrix?
- zero-above-below-i-j