PCA

ai.dragonfly.math.matrix.ml.unsupervised.dimreduction.PCA
See thePCA companion object
case class PCA[N <: Int](svd: SV[N, N], mean: Vec[N])(using x$3: ValueOf[N])

Attributes

Companion:
object
Source:
PCA.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def getReducer[K <: Int](using ValueOf[K]): DimensionalityReducerPCA[N, K]

Attributes

Source:
PCA.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val Uᵀ: Matrix[N, N]

Attributes

Source:
PCA.scala
lazy val basisPairs: Seq[BasisPair[N]]

Attributes

Source:
PCA.scala

Attributes

Source:
PCA.scala