matrix
0.101
matrix
API
ai.dragonfly.math.matrix
Matrix
Matrix
ai.dragonfly.math.matrix.decomposition
Cholesky
Cholesky
Eigen
Eigen
LU
LU
QR
QR
SV
SV
ai.dragonfly.math.matrix.ml.data
Data
StaticSupervisedData
StaticUnsupervisedData
StaticUnsupervisedData
SupervisedData
UnsupervisedData
ai.dragonfly.math.matrix.ml.supervized.regression
LinearRegression
LinearRegressionModel
LinearRegressionProblem
LinearRegressionProblem
LinearRegressionQR
LinearRegressionSVD
ai.dragonfly.math.matrix.ml.unsupervised.dimreduction
BasisPair
DimensionalityReducerPCA
PCA
PCA
ai.dragonfly.math.matrix.util
CannotExpressMatrixAsVector
MatrixNotSymmetricPositiveDefinite
UnsupportedMatrixDimension
matrix
/
ai.dragonfly.math.matrix.ml.unsupervised.dimreduction
ai.dragonfly.math.matrix.ml.unsupervised.dimreduction
package
ai.dragonfly.math.matrix.ml.unsupervised.dimreduction
Clear all
Members list
Concise view
Type members
Classlikes
case
class
BasisPair
[
N
<:
Int
](
variance
:
Double
,
basisVector
:
Vec
[
N
])(
using
x$3
:
ValueOf
[
N
])
Attributes
Source:
PCA.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
case
class
DimensionalityReducerPCA
[
N
<:
Int
,
K
<:
Int
](
Ak
:
Matrix
[
K
,
N
],
mean
:
Vec
[
N
])(
using
x$3
:
ValueOf
[
N
],
x$4
:
ValueOf
[
K
])
Attributes
Source:
PCA.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
object
PCA
Attributes
Companion:
class
Source:
PCA.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
PCA
.type
case
class
PCA
[
N
<:
Int
](
svd
:
SV
[
N
,
N
],
mean
:
Vec
[
N
])(
using
x$3
:
ValueOf
[
N
])
Attributes
Companion:
object
Source:
PCA.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any