Class Decomposition.ZCA
ZCA whitening
Inheritance
System.Object
Decomposition.ZCA
Namespace: Tensor.Algorithm
Assembly: Tensor.Algorithm.dll
Syntax
type Decomposition.ZCA ()
Constructors
Name | Description |
---|---|
new: unit -> ZCA | Implicit constructor. |
Methods
Name | Description |
---|---|
static member Perform: Tensor<'T> -> Tensor<'T> * PCAInfo<'T> | Apply ZCA whitening.
|
static member Reverse: Tensor<'T> * PCAInfo<'T> -> Tensor<'T> | Reverses ZCA whitening.
|