jnt.FFT.README Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sspace Show documentation
Show all versions of sspace Show documentation
The S-Space Package is a Natural Language Processing library for
distributional semantics representations. Distributional semantics
representations model the meaning of words, phrases, and sentences as high
dimensional vectors or probability distributions. The library includes common
algorithms such as Latent Semantic Analysis, Random Indexing, and Latent
Dirichlet Allocation. The S-Space package also includes software libraries
for matrices, vectors, graphs, and numerous clustering
algorithms.
The newest version!
README for jnt.FFT
Java Numerical Toolkit subpackage for Fast Fourier Transforms.
Bruce R. Miller
***NOTE***
Several routines in this subpackage were derived from
Brian Gough's FFT routines in the Gnu Scientific Library (GSL).
GSL is released under the Gnu General Public License
(see http://www.gnu.org/copyleft/gpl.html)
As such, this package must also be released under GPL.
The modifications I have made to port the routines from
C to Java, and the additional classes developed were
developed as part of my official duties as a U.S.
government employee, and are therefore not subject
to copyright.
Furthermore, this software is under development, and is
in no way certified or guaranteed.