Show / Hide Table of Contents

    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. data must be of the form [sample, feature]. Returns a tensor of the form [sample, component].

    static member Reverse: Tensor<'T> * PCAInfo<'T> -> Tensor<'T>

    Reverses ZCA whitening. whitened must be of the form [sample, component].

    Back to top Generated by DocFX