package oml

  1. Overview
  2. Docs
type t
val variances : t -> float array
val components : t -> float array array
val scalings : t -> (float * float) array
val pca : ?demean:bool -> ?scale:bool -> ?unbiased:bool -> Lacaml.D.mat -> t
type pca_reduction_method =
  1. | Num_comp of int
  2. | Varience_exp of float
val reduce : t -> pca_reduction_method -> t