Show / Hide Table of Contents

    Method Reverse

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

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

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