IDWT Function | Teradata Vantage - IDWT (ML Engine) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

The IDWT function is the inverse of DWT (ML Engine); that is, IDWT applies inverse wavelet transforms on multiple sequences simultaneously. IDWT takes as input the output table and meta table output by DWT and outputs the sequences in time domain. (Because the IDWT output is comparable to the DWT input, the inverse transformation is also called the reconstruction.)


How Machine Learning Engine function IDWT works

This is a typical IDWT use case:

  1. Apply DWT to sequences to create their coefficients and corresponding metadata.
  2. Filter the coefficients by methods appropriate for the objects (for example, minimum threshold or top n coefficients).
  3. Apply IDWT to the filtered coefficients to reconstruct the sequences.
  4. Compare the reconstructed sequences to their original counterparts.