Author:Mark Hall
Category:Preprocessing
Date:2019-07-05
Depends:weka (>=3.7.11)
Description:Two filters for transforming numeric input data using the fast fourier transform. An attribute filter accepts time-series data stored sequentially within an attribute(s) (i.e over instances). An instance filter accepts sequences stored across attributes (i.e. each instance is a sequence). In the former case, the user can specify a sequence length (N), and the values of an attribute over N consecutive instances is FFT transformed and becomes an output instance. In the later case, the sequence length is determined by the number of numeric attributes in the original data. Both filters output an FFT magnitude spectrum for sequences. The user can opt to reduce dimensionality by binning the spectrum. Based on original code by Anilkumar Patro at Worcestor Polytechnic Institute.
License:GPL 3.0
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>
PackageURL:http://prdownloads.sourceforge.net/weka/fourierTransform1.0.0.zip?download
URL:http://weka.sourceforge.net/doc.packages/fourierTransform
Version:1.0.0