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

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
Supertypes
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
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object PCA

Attributes

Companion:
class
Source:
PCA.scala
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
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any