Show / Hide Table of Contents

    Method Reverse

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

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

    Declaration
    static member Reverse: zcaed:Tensor<'T> * info:PCAInfo<'T> -> Tensor<'T>
    Parameters
    Type Name Description
    Tensor<'T> zcaed
    PCAInfo<'T> info
    Returns
    Type Description
    Tensor<'T>
    Type Parameters
    Name Description
    'T
    Back to top Generated by DocFX