Method Perform
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].
Declaration
static member Perform: data:Tensor<'T> -> Tensor<'T> * PCAInfo<'T>
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | data |
Returns
Type | Description |
---|---|
Tensor<'T> * PCAInfo<'T> |
Type Parameters
Name | Description |
---|---|
'T |