DimensionalityReducerPCA
slash.matrix.ml.unsupervised.dimreduction.DimensionalityReducerPCA
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
-
- Supertypes
Members list
Value members
Concrete methods
Reduce dimensionality of vector from domainDimension to rangeDimension
Reduce dimensionality of vector from domainDimension to rangeDimension
Value parameters
- v
-
domainDimensioned vector
Attributes
- Returns
-
rangeDimensioned vector
- Source
- PCA.scala
Attributes
- Source
- PCA.scala
Attributes
- Source
- PCA.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article