slash.matrix.ml.unsupervised.dimreduction

Members list

Type members

Classlikes

case class BasisPair[N <: Int](variance: Double, basisVector: Vec[N])(using x$3: ValueOf[N])

Attributes

Source
PCA.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PCA

Attributes

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